langchain/templates/neo4j-semantic-ollama/neo4j_semantic_ollama/__init__.py
Tomaz Bratanic ecf8042a10
templates: Add neo4j semantic layer with ollama template (#17192)
A template with JSON-based agent using Mixtral via Ollama.

---------

Co-authored-by: Erick Friis <erick@langchain.dev>
2024-02-07 12:50:54 -08:00

4 lines
85 B
Python

from neo4j_semantic_ollama.agent import agent_executor
__all__ = ["agent_executor"]