v1.7.4fossic2026-06-21

Python Binding for HNSW Similarity Provider

Adds fossic.similarity.HnswProvider and SimilarityQuery to the Python package, exposing the full HNSW index API including background save scheduling and stream-pattern filtering.

v1.7.42026-06-21
  • ·PyHnswProvider exposes index, query, save, schedule_save, and stream-filtered index_with_stream_id from Python
  • ·SimilarityQuery dataclass bridges typed Python usage to the dict-based query API
  • ·Full README for fossic-similarity-hnsw covering persistence model, two-file format, and panic recovery discipline