Commit Graph

26 Commits

Author SHA1 Message Date
Santosh Bhavani
a082a8a737 feat(backend): implement LLM-enhanced query method
- 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
2025-10-19 19:57:12 -07:00
Santosh Bhavani
d842dc996a feat(api): add LLM-enhanced graph query endpoint
- Create new /api/graph-query-llm endpoint for graph search + LLM generation
- Retrieves triples using graph search and generates answers using LLM
- Supports both traditional and vector-based graph search
- Makes traditional graph search comparable to RAG for benchmarking
2025-10-19 19:57:11 -07:00
Santosh Bhavani
8c1d2ae9f3 feat(docker): add vector search services and GPU configuration
- Add optional Pinecone and sentence-transformers services for vector search
- Configure NVIDIA GPU support with proper environment variables
- Add new environment variables for embeddings and Pinecone
- Add docker compose profiles to optionally enable vector-search
- Improve CUDA configuration for Ollama service
- Add pinecone-net network for service communication
2025-10-19 19:56:55 -07:00
Santosh Bhavani
9dc734eee5 Add NVIDIA_API_KEY support and update ollama to v0.12.6 2025-10-19 14:52:24 -05:00
GitLab CI
e9a3f2a759 chore: Regenerate all playbooks 2025-10-13 17:36:51 +00:00
GitLab CI
4db9e4eac1 chore: Regenerate all playbooks 2025-10-13 14:55:45 +00:00
GitLab CI
99425a7384 chore: Regenerate all playbooks 2025-10-13 13:22:50 +00:00
GitLab CI
f3b2a416dc chore: Regenerate all playbooks 2025-10-13 01:13:39 +00:00
GitLab CI
2c04e64511 chore: Regenerate all playbooks 2025-10-13 01:11:21 +00:00
GitLab CI
d551395a19 chore: Regenerate all playbooks 2025-10-13 00:46:13 +00:00
GitLab CI
c5e890f836 chore: Regenerate all playbooks 2025-10-12 20:53:42 +00:00
GitLab CI
8f5d38151e chore: Regenerate all playbooks 2025-10-12 20:13:25 +00:00
GitLab CI
5757a85b1e chore: Regenerate all playbooks 2025-10-12 18:54:50 +00:00
GitLab CI
809947301c chore: Regenerate all playbooks 2025-10-12 17:11:52 +00:00
GitLab CI
e0535aa587 chore: Regenerate all playbooks 2025-10-10 20:59:55 +00:00
GitLab CI
e1bed13f13 chore: Regenerate all playbooks 2025-10-10 20:39:52 +00:00
GitLab CI
89b4835335 chore: Regenerate all playbooks 2025-10-10 18:45:20 +00:00
GitLab CI
b9c45a61a0 chore: Regenerate all playbooks 2025-10-10 17:27:37 +00:00
GitLab CI
1ec8a155e8 chore: Regenerate all playbooks 2025-10-10 00:11:49 +00:00
GitLab CI
3aea2df880 chore: Regenerate all playbooks 2025-10-08 21:18:30 +00:00
GitLab CI
c5a976493c chore: Regenerate all playbooks 2025-10-08 20:46:47 +00:00
GitLab CI
2e2bd293ed chore: Regenerate all playbooks 2025-10-07 17:34:59 +00:00
GitLab CI
27fe116e71 chore: Regenerate all playbooks 2025-10-06 17:05:41 +00:00
GitLab CI
434aae8c54 chore: Regenerate all playbooks 2025-10-06 16:42:09 +00:00
GitLab CI
5f3054e823 chore: Regenerate all playbooks 2025-10-06 16:39:08 +00:00
GitLab CI
9dbc03f3a5 chore: Regenerate all playbooks 2025-10-06 16:38:47 +00:00