mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-12 12:55:39 +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:
@@ -2,12 +2,14 @@
|
||||
name = "rag-elasticsearch"
|
||||
version = "0.0.1"
|
||||
description = ""
|
||||
authors = ["Joe McElroy <joseph.mcelroy@elastic.co>"]
|
||||
authors = [
|
||||
"Joe McElroy <joseph.mcelroy@elastic.co>",
|
||||
]
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8.1,<4.0"
|
||||
langchain = ">=0.0.313"
|
||||
langchain = ">=0.0.325"
|
||||
openai = "^0.28.1"
|
||||
elasticsearch = "^8.10.0"
|
||||
sentence-transformers = "^2.2.2"
|
||||
@@ -18,7 +20,8 @@ tiktoken = "^0.5.1"
|
||||
export_module = "rag_elasticsearch"
|
||||
export_attr = "chain"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
requires = [
|
||||
"poetry-core",
|
||||
]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
Reference in New Issue
Block a user