[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.
pull/14158/head^2
Peter Jausovec 7 months ago committed by GitHub
parent b4e3e47c92
commit 5da79e150b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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",

Loading…
Cancel
Save