langchain/templates/neo4j-semantic-layer/neo4j_semantic_layer/__init__.py
Tomaz Bratanic 3e0cd11f51
templates: Add neo4j semantic layer template (#15652)
Co-authored-by: Tomaz Bratanic <tomazbratanic@Tomazs-MacBook-Pro.local>
Co-authored-by: Erick Friis <erick@langchain.dev>
2024-01-09 15:33:44 -08:00

4 lines
84 B
Python

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