issues
search
a-s-g93
/
neo4j-runway
End to end solution for migrating CSV data into a Neo4j graph using an LLM for the data discovery and graph data modeling stages.
https://a-s-g93.github.io/neo4j-runway/
Apache License 2.0
103
stars
15
forks
source link
refactor llm classes
#99
Closed
a-s-g93
closed
4 months ago
a-s-g93
commented
4 months ago
write base llm
refactor llm classes into Discovery and DataModeling services
new import is
from neo4j_runway.llm.openai import ...
add few custom exceptions
This will make extending to other LLM options easier
from neo4j_runway.llm.openai import ...