mirror of
https://github.com/NVIDIA/dgx-spark-playbooks.git
synced 2026-04-24 10:53:52 +00:00
- Add queryWithLLM method to BackendService - Retrieves top K triples from graph and uses LLM to generate answers - Supports configurable LLM model and provider selection - Uses research-backed prompt structure for KG-enhanced RAG - Includes fallback handling for LLM errors |
||
|---|---|---|
| .. | ||
| arangodb-loader.ts | ||
| arangodb.ts | ||
| backend-service.ts | ||
| client-init.ts | ||
| embeddings.ts | ||
| graph-db-service.ts | ||
| graph-db-util.ts | ||
| langchain-service.ts | ||
| llm-service.ts | ||
| neo4j.ts | ||
| pinecone.ts | ||
| query-logger.ts | ||
| rag.ts | ||
| remote-backend.ts | ||
| text-processor.ts | ||
| utils.ts | ||