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:
Erick Friis
2023-10-31 10:19:15 -07:00
committed by GitHub
parent 360cff81a3
commit 2a7e0a27cb
90 changed files with 8377 additions and 4092 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -2,12 +2,14 @@
name = "rag-mongo"
version = "0.1.0"
description = ""
authors = ["Lance Martin <lance@langchain.dev>"]
authors = [
"Lance Martin <lance@langchain.dev>",
]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain = ">=0.0.313, <0.1"
langchain = ">=0.0.325"
openai = ">=0.28.1"
tiktoken = ">=0.5.1"
pymongo = ">=4.5.0"
@@ -17,5 +19,7 @@ export_module = "rag_mongo"
export_attr = "chain"
[build-system]
requires = ["poetry-core"]
requires = [
"poetry-core",
]
build-backend = "poetry.core.masonry.api"