dgx-spark-playbooks/nvidia/txt2kg/assets/frontend/lib
Santosh Bhavani 3c39506b06 Fix query mode grouping in performance metrics
- Add queryMode field to QueryLogSummary interface
- Update getQueryLogs to group by both query AND queryMode
- Use composite key (query|||queryMode) for proper separation
- Enables separate tracking of Pure RAG vs Graph Search queries

Previously, queries with the same text but different modes were
merged together, causing metrics to only show one aggregate value.
Now each mode's performance is tracked independently.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-25 14:10:37 -07:00
..
arangodb-loader.ts chore: Regenerate all playbooks 2025-10-06 17:05:41 +00:00
arangodb.ts Implement multi-hop graph traversal with depth tracking 2025-10-25 13:48:52 -07:00
backend-service.ts Add NVIDIA API support with thinking tokens for Traditional Graph 2025-10-25 13:48:44 -07:00
client-init.ts chore: Regenerate all playbooks 2025-10-06 17:05:41 +00:00
embeddings.ts chore: Regenerate all playbooks 2025-10-06 17:05:41 +00:00
graph-db-service.ts Add debug logging and minor improvements 2025-10-25 13:49:14 -07:00
graph-db-util.ts chore: Regenerate all playbooks 2025-10-06 17:05:41 +00:00
langchain-service.ts feat(langchain): upgrade to Llama 3.3 Nemotron Super 49B 2025-10-19 20:57:03 -07:00
llm-service.ts chore: Regenerate all playbooks 2025-10-06 17:05:41 +00:00
neo4j.ts chore: Regenerate all playbooks 2025-10-06 17:05:41 +00:00
pinecone.ts chore: Regenerate all playbooks 2025-10-06 17:05:41 +00:00
qdrant.ts Replace Pinecone with Qdrant for ARM64 compatibility 2025-10-24 23:16:44 -07:00
query-logger.ts Fix query mode grouping in performance metrics 2025-10-25 14:10:37 -07:00
rag.ts Improve Pure RAG UI and add query mode tracking 2025-10-25 10:33:48 -07:00
remote-backend.ts Replace Pinecone with Qdrant for ARM64 compatibility 2025-10-24 23:16:44 -07:00
text-processor.ts Add configurable NVIDIA model support 2025-10-24 19:45:36 -07:00
utils.ts chore: Regenerate all playbooks 2025-10-06 17:05:41 +00:00