Releases: zilliztech/vector-graph-rag
Releases · zilliztech/vector-graph-rag
v0.1.3
What's Changed
Bug Fixes
- Replace
eval()withjson.loads()in NER cache loading to eliminate code injection risk (#23) - Apply retry decorator to OpenAI embedding API calls (was created but never used) (#23)
- Fix hardcoded embedding fallback dimension (1536 → dynamic detection) (#23)
- Use
__version__for API version instead of hardcoded"0.1.0"(#23)
Documentation
- Restructure Milvus backend section in README
- Add frontend screenshot to README
Full Changelog: v0.1.2...v0.1.3