You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
This is a half-baked idea right now, but the core idea is that while GPT-Researcher is in the research phase, that it would create/extract entity and relationship descriptions from the source documents and store those in a knowledge graph that would later be used in the content generation phase. See for example https://neo4j.com/blog/developer/graphrag-field-guide-rag-patterns/
Describe the solution you'd like
Adding support for Neo4j which combines graph databases with vector stores.
We'll want to follow the pattern of other swappable components of GPTR (Retrievers & LLM's) where the desired Vector Store provider can be set in the environment variables.
I'm struggling with GPTR and citations right now - I think it battles without a graph-RAG approach. Graph RAG would allow linking of source to knowledge.
Is your feature request related to a problem? Please describe.
This is a half-baked idea right now, but the core idea is that while GPT-Researcher is in the research phase, that it would create/extract entity and relationship descriptions from the source documents and store those in a knowledge graph that would later be used in the content generation phase. See for example https://neo4j.com/blog/developer/graphrag-field-guide-rag-patterns/
Describe the solution you'd like
Adding support for Neo4j which combines graph databases with vector stores.
Describe alternatives you've considered
N/A
Additional context
See for example:
The text was updated successfully, but these errors were encountered: