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-semantic-ollama/pyproject.toml

34 lines
799 B
TOML

[tool.poetry]
name = "neo4j-semantic-ollama"
version = "0.1.0"
description = "Build a semantic layer with Mixtral via Ollama to allow an agent to interact with a graph database in consistent and robust way."
authors = [
"Tomaz Bratanic <tomaz.bratanic@neo4j.com>",
]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain = "^0.1"
openai = "<2"
neo4j = "^5.14.0"
[tool.poetry.group.dev.dependencies]
langchain-cli = ">=0.0.21"
[tool.langserve]
export_module = "neo4j_semantic_ollama"
export_attr = "agent_executor"
[tool.templates-hub]
use-case = "semantic_layer"
author = "Neo4j"
integrations = ["Neo4j", "Ollama"]
tags = ["search", "graph-database", "function-calling"]
[build-system]
requires = [
"poetry-core",
]
build-backend = "poetry.core.masonry.api"