2023-10-26 01:47:42 +00:00
|
|
|
[tool.poetry]
|
2023-10-29 05:13:22 +00:00
|
|
|
name = "neo4j-parent"
|
2023-10-26 01:47:42 +00:00
|
|
|
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.320"
|
|
|
|
tiktoken = "^0.5.1"
|
2023-10-29 05:13:22 +00:00
|
|
|
openai = "^0.28.1"
|
|
|
|
neo4j = "^5.14.0"
|
2023-10-26 01:47:42 +00:00
|
|
|
|
|
|
|
[tool.langserve]
|
|
|
|
export_module = "neo4j_parent"
|
|
|
|
export_attr = "chain"
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|