various templates improvements (#12500)

This commit is contained in:
Harrison Chase
2023-10-28 22:13:22 -07:00
committed by GitHub
parent d85d4d7822
commit 9e0ae56287
50 changed files with 462 additions and 282 deletions

View File

@@ -12,7 +12,7 @@ neo4j = ">5.12"
openai = "^0.28.1"
[tool.langserve]
export_module = "neo4j.cypher"
export_module = "neo4j_cypher"
export_attr = "chain"
[build-system]