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