chrisammon3000 / dspy-neo4j-knowledge-graph

LLM-driven automated knowledge graph construction from text using DSPy and Neo4j.
132 stars 15 forks source link

[Demo Request] DSPy neo4j retriever #2

Open JPonsa opened 3 months ago

JPonsa commented 3 months ago

It would be super cool if you could put together a small demo using the Neo4j retriever in dspy

chrisammon3000 commented 3 months ago

@JPonsa Happy to demo, but at the moment it will only parse text and create nodes and edges in Neo4j. It doesn't do any retrieval just yet.

I am considering using retrieval with either Neo4j or Weaviate as a way to perform synonym resolution for similar entities and labels.