mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-21 14:18:52 +00:00
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:
parent
273e9bf296
commit
31f9ecfc19
1701
poetry.lock
generated
1701
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…
Reference in New Issue
Block a user