You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/templates/neo4j-parent/pyproject.toml

37 lines
783 B
TOML

[tool.poetry]
name = "neo4j-parent"
version = "0.1.0"
description = "Balance precise embeddings and context retention with Neo4j hybrid search"
authors = [
"Tomaz Bratanic <tomaz.bratanic@neo4j.com>",
]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain = "^0.1"
tiktoken = "^0.5.1"
openai = "<2"
neo4j = "^5.14.0"
langchain-text-splitters = ">=0.0.1,<0.1"
langchain-openai = "^0.1.1"
[tool.poetry.group.dev.dependencies]
langchain-cli = ">=0.0.21"
[tool.langserve]
export_module = "neo4j_parent"
export_attr = "chain"
[tool.templates-hub]
use-case = "rag"
author = "Neo4j"
integrations = ["Neo4j", "OpenAI"]
tags = ["hybrid-search", "graph-database"]
[build-system]
requires = [
"poetry-core",
]
build-backend = "poetry.core.masonry.api"