[docs]: add missing tiktoken dependency (#14497)

Description: I was following the docs and got an error about missing
tiktoken dependency. Adding it to the comment where the langchain and
docarray libs are.
This commit is contained in:
Peter Jausovec 2023-12-12 17:04:48 -08:00 committed by GitHub
parent b4e3e47c92
commit 5da79e150b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -321,7 +321,7 @@
"outputs": [],
"source": [
"# Requires:\n",
"# pip install langchain docarray\n",
"# pip install langchain docarray tiktoken\n",
"\n",
"from langchain.chat_models import ChatOpenAI\n",
"from langchain.embeddings import OpenAIEmbeddings\n",