From 3697b7d27861f937ac9bfd24d07873bc372a90b6 Mon Sep 17 00:00:00 2001
From: Nicole White
Date: Thu, 19 Oct 2023 23:56:56 -0400
Subject: [PATCH] more updates
---
JavaScript/chatbot-nextjs/README.md | 5 +++++
JavaScript/langchain/package.json | 2 +-
JavaScript/novel-ai-text-editor/README.md | 6 ++----
Python/langchain/pyproject.toml | 2 +-
README.md | 6 ------
5 files changed, 9 insertions(+), 12 deletions(-)
diff --git a/JavaScript/chatbot-nextjs/README.md b/JavaScript/chatbot-nextjs/README.md
index de1c117b..46a2fcb1 100644
--- a/JavaScript/chatbot-nextjs/README.md
+++ b/JavaScript/chatbot-nextjs/README.md
@@ -17,6 +17,11 @@
+# Chatbot Example
+This is a Next.js app that uses openai and Autoblocks to power and monitor a chatbot.
+
+View the deployed application at https://chatbot-example.autoblocks.ai
+
## Copy the root `.env` file to this directory
```bash
diff --git a/JavaScript/langchain/package.json b/JavaScript/langchain/package.json
index f7a96e20..0ce28827 100644
--- a/JavaScript/langchain/package.json
+++ b/JavaScript/langchain/package.json
@@ -1,6 +1,6 @@
{
"name": "langchain",
- "description": "Automatic tracing of LangChain",
+ "description": "Automatic tracing of a LangChain pipeline",
"version": "0.0.0",
"private": true,
"engines": {
diff --git a/JavaScript/novel-ai-text-editor/README.md b/JavaScript/novel-ai-text-editor/README.md
index b1d9fdc1..1db023e1 100644
--- a/JavaScript/novel-ai-text-editor/README.md
+++ b/JavaScript/novel-ai-text-editor/README.md
@@ -17,11 +17,9 @@
-# Novel Autoblocks Example
+# Novel Example
-Example Next.js application using [Novel](https://github.com/steven-tey/novel) and [Autoblocks](https://www.autoblocks.ai).
-
-Based on [novella](https://github.com/steven-tey/novella).
+Example Next.js application using [Novel](https://github.com/steven-tey/novel). Based on [novella](https://github.com/steven-tey/novella).
## Copy the root `.env` file to this directory
diff --git a/Python/langchain/pyproject.toml b/Python/langchain/pyproject.toml
index 9cc131ec..c8550fdb 100644
--- a/Python/langchain/pyproject.toml
+++ b/Python/langchain/pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]
name = "python-openai-autoblocks-example"
version = "0.0.0"
-description = "Automatic tracing of LangChain"
+description = "Automatic tracing of a LangChain pipeline"
authors = ["Autoblocks Engineering "]
license = "MIT"
readme = "README.md"
diff --git a/README.md b/README.md
index cabc3f0d..eec0041a 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,6 @@
Home
-# Autoblocks Examples
-
This repository contains examples of how to use Autoblocks with various frameworks, libraries, and languages.
## Getting started
@@ -52,7 +50,3 @@ All examples will pull environment variables from this file!
| [langchain](/Python/langchain) | Automatic tracing of LangChain |
| [openai-manual](/Python/openai-manual) | Manual tracing of openai calls |
-
-## More Information
-
-For more information on how to use Autoblocks, visit the [Autoblocks documentation](https://docs.autoblocks.ai/).