Implement Retrieval module (Read Path) for KM-RAG Architecture #48
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We need to implement the KM-RAG Retrieval Engine (Read Path) to allow users to ask complex questions, retrieve relevant semantic contexts from Qdrant, expand context via Neo4j conceptual relationships, and synthesize a grounded response with proper citations using Google Gemini (via Microsoft.Extensions.AI).
Scope of Work