Update local CRAG ntbk (#795)

* Update local CRAG ntbk

* fmt
This commit is contained in:
Lance Martin
2024-06-24 16:24:20 -07:00
committed by GitHub
parent f867315c2d
commit 93faaea7bd
2 changed files with 480 additions and 438 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -44,7 +44,7 @@
"\n",
"We'll use [Tavily](https://python.langchain.com/v0.2/docs/integrations/tools/tavily_search/) for web search.\n",
"\n",
"We'll use [Chroma](https://python.langchain.com/v0.2/docs/integrations/vectorstores/chroma/) as our vectorstore with [OpenAI embeddings](https://python.langchain.com/v0.2/docs/integrations/text_embedding/openai/#embed-documents).\n",
"We'll use a vectorstore with [OpenAI embeddings](https://python.langchain.com/v0.2/docs/integrations/text_embedding/openai/#embed-documents).\n",
"\n",
"We'll use [LangSmith](https://docs.smith.langchain.com/) for tracing and evaluation."
]