2023-10-26 01:47:42 +00:00
|
|
|
[tool.poetry]
|
2023-10-29 05:13:22 +00:00
|
|
|
name = "neo4j-cypher-ft"
|
2023-10-26 01:47:42 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
description = ""
|
2023-10-31 17:19:15 +00:00
|
|
|
authors = [
|
|
|
|
"Tomaz Bratanic <tomaz.bratanic@neo4j.com>",
|
|
|
|
]
|
2023-10-26 01:47:42 +00:00
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = ">=3.8.1,<4.0"
|
2023-10-31 17:19:15 +00:00
|
|
|
langchain = ">=0.0.325"
|
2023-10-26 01:47:42 +00:00
|
|
|
neo4j = ">5.12"
|
2023-11-17 01:10:08 +00:00
|
|
|
openai = "<2"
|
2023-10-26 01:47:42 +00:00
|
|
|
|
2023-11-03 20:15:29 +00:00
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
|
|
langchain-cli = ">=0.0.15"
|
|
|
|
|
2023-10-26 01:47:42 +00:00
|
|
|
[tool.langserve]
|
2023-10-29 05:13:22 +00:00
|
|
|
export_module = "neo4j_cypher_ft"
|
2023-10-26 01:47:42 +00:00
|
|
|
export_attr = "chain"
|
|
|
|
|
|
|
|
[build-system]
|
2023-10-31 17:19:15 +00:00
|
|
|
requires = [
|
|
|
|
"poetry-core",
|
|
|
|
]
|
2023-10-26 01:47:42 +00:00
|
|
|
build-backend = "poetry.core.masonry.api"
|