mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-16 15:04:13 +00:00
update lc version (#12655)
also updated py version in `csv-agent` and `rag-codellama-fireworks` because they have stricter python requirements
This commit is contained in:
1525
templates/hybrid-search-weaviate/poetry.lock
generated
Normal file
1525
templates/hybrid-search-weaviate/poetry.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -2,23 +2,30 @@
|
||||
name = "rag_weaviate"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Erika Cardenas <erika@weaviate.io"]
|
||||
authors = [
|
||||
"Erika Cardenas <erika@weaviate.io",
|
||||
]
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8.1,<4.0"
|
||||
langchain = ">=0.0.313"
|
||||
langchain = ">=0.0.325"
|
||||
openai = "^0.28.1"
|
||||
tiktoken = "^0.5.1"
|
||||
weaviate-client = ">=3.24.2"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
python-dotenv = { extras = ["cli"], version = "^1.0.0" }
|
||||
[tool.poetry.group.dev.dependencies.python-dotenv]
|
||||
extras = [
|
||||
"cli",
|
||||
]
|
||||
version = "^1.0.0"
|
||||
|
||||
[tool.langserve]
|
||||
export_module = "rag_weaviate"
|
||||
export_attr = "chain"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
requires = [
|
||||
"poetry-core",
|
||||
]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
Reference in New Issue
Block a user