Commit Graph

4 Commits

Author SHA1 Message Date
Shubham Saboo
ee996b081f Update rag_tutorials/knowledge_graph_rag_citations/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-11 11:55:31 -06:00
Shubham Saboo
0254c4ab25 Update rag_tutorials/knowledge_graph_rag_citations/docker-compose.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-11 11:55:17 -06:00
BIBIN PRATHAP
a650de1313 Address Copilot code review feedback
Fixes applied:
- Fix NEO4J_PLUGINS JSON syntax in docker-compose.yml
- Fix directory name mismatch in README.md
- Remove unused imports (Any, Optional), add re and os
- Use Tuple from typing instead of lowercase tuple
- Move 're' import to module level (PEP 8)
- Configure Ollama client with OLLAMA_HOST env var for Docker
- Fix Cypher injection: use parameterized query for hops
- Make CONTAINS queries case-insensitive with toLower()
- Add try-finally block to ensure graph.close() on exceptions
2026-01-03 04:50:22 -05:00
BIBIN PRATHAP
380ae4a590 Add Knowledge Graph RAG with Verifiable Citations example 2026-01-03 03:10:24 -05:00