mirror of
https://github.com/hwchase17/langchain
synced 2024-11-04 06:00:26 +00:00
0dbdb8498a
Todo: - [x] Docs
26 lines
463 B
TOML
26 lines
463 B
TOML
[tool.poetry]
|
|
name = "neo4j-advanced-rag"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = [
|
|
"Tomaz Bratanic <tomaz.bratanic@neo4j.com>",
|
|
]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.8.1,<4.0"
|
|
langchain = ">=0.0.325"
|
|
tiktoken = "^0.5.1"
|
|
openai = "^0.28.1"
|
|
neo4j = "^5.14.0"
|
|
|
|
[tool.langserve]
|
|
export_module = "neo4j_advanced_rag"
|
|
export_attr = "chain"
|
|
|
|
[build-system]
|
|
requires = [
|
|
"poetry-core",
|
|
]
|
|
build-backend = "poetry.core.masonry.api"
|