Skip to content

feat: port graph-based question answering and retrieval functionality…#9

Closed
Skitionek wants to merge 3 commits intomasterfrom
resurect-llm
Closed

feat: port graph-based question answering and retrieval functionality…#9
Skitionek wants to merge 3 commits intomasterfrom
resurect-llm

Conversation

@Skitionek
Copy link
Copy Markdown
Member

… from old reppo

  • Implement GraphCypherQAChain for generating Cypher queries and answering questions based on graph data.
  • Introduce GraphQueryChain for converting terms to entity ID mappings.
  • Create GraphRetrievalQA for retrieving documents based on graph queries.
  • Add LazyNeo4jGraph for lazy schema refresh in Neo4j.
  • Develop CypherSearchAPIWrapper for executing Cypher queries and retrieving related nodes and relationships.
  • Implement GraphSearchAPIWrapper as an abstract base for graph search API wrappers.
  • Add utility functions and classes for handling graph data and outputs.
  • Create Flask views for handling graph-related requests and responses.
  • Set up testing framework with example queries for validating graph query functionality.
  • Include configuration and setup files for project management and dependencies.

… from old reppo

- Implement GraphCypherQAChain for generating Cypher queries and answering questions based on graph data.
- Introduce GraphQueryChain for converting terms to entity ID mappings.
- Create GraphRetrievalQA for retrieving documents based on graph queries.
- Add LazyNeo4jGraph for lazy schema refresh in Neo4j.
- Develop CypherSearchAPIWrapper for executing Cypher queries and retrieving related nodes and relationships.
- Implement GraphSearchAPIWrapper as an abstract base for graph search API wrappers.
- Add utility functions and classes for handling graph data and outputs.
- Create Flask views for handling graph-related requests and responses.
- Set up testing framework with example queries for validating graph query functionality.
- Include configuration and setup files for project management and dependencies.
@Skitionek
Copy link
Copy Markdown
Member Author

This was for demo - which didn't work due to oom errors anyway. Don't think it is meat to be merged.

@Skitionek Skitionek closed this Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant