Fix tiktoken version (#1882)

Fix https://github.com/hwchase17/langchain/issues/1881
This issue occurs when using `'gpt-3.5-turbo'` with
`VectorDBQAWithSourcesChain`
This commit is contained in:
Memento Mori 2023-03-22 19:39:57 -07:00 committed by GitHub
parent 273e9bf296
commit 31f9ecfc19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 781 additions and 922 deletions

1701
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -29,7 +29,7 @@ transformers = {version = "^4", optional = true}
beautifulsoup4 = {version = "^4", optional = true}
torch = {version = "^1", optional = true}
jinja2 = {version = "^3", optional = true}
tiktoken = {version = "^0", optional = true, python="^3.9"}
tiktoken = {version = "^0.3.2", optional = true, python="^3.9"}
pinecone-client = {version = "^2", optional = true}
weaviate-client = {version = "^3", optional = true}
google-api-python-client = {version = "2.70.0", optional = true}