dgx-spark-playbooks/nvidia/txt2kg/assets/frontend/lib
Santosh Bhavani 7742a9f0de Implement multi-hop graph traversal with depth tracking
- Extract ALL edges from graph traversal paths, not just endpoints
- Add depth field (edge position in path: 0, 1, 2...)
- Add pathLength field (total edges in path)
- Use numeric index iteration for AQL compatibility
- Apply depth penalty to edge scoring (earlier edges weighted higher)
- Enable visualization of knowledge chains in graph queries
- Increase topK default to 40 for richer multi-hop context

This allows Traditional Graph to show how information is connected
across multiple hops in the knowledge graph, similar to GraphRAG.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-25 13:48:52 -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 chore: Regenerate all playbooks 2025-10-06 17:05:41 +00: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 chore: Regenerate all playbooks 2025-10-06 17:05:41 +00: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