Fix tiktoken version (#1882)

Fix https://github.com/hwchase17/langchain/issues/1881
This issue occurs when using `'gpt-3.5-turbo'` with
`VectorDBQAWithSourcesChain`
tool-patch
Memento Mori 1 year ago committed by GitHub
parent 273e9bf296
commit 31f9ecfc19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1713
poetry.lock generated

File diff suppressed because it is too large Load Diff

@ -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}

Loading…
Cancel
Save