Skip to content

Releases: zilliztech/vector-graph-rag

v0.1.3

08 Apr 08:17
b56a396

Choose a tag to compare

What's Changed

Bug Fixes

  • Replace eval() with json.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