Packages
@anvia/weaviate: Changelog
Release history for @anvia/weaviate.
Release history mirrored from packages/vector-weaviate/CHANGELOG.md.
0.2.5
Patch Changes
- 2ae2087: Update upstream runtime dependencies for provider, vector store, observability, React UI, and Studio packages.
0.2.4
Patch Changes
- 433f642: Simplify optional vector query and result construction while preserving vector store behavior.
0.2.3
Patch Changes
- 2559d04: Refresh upstream runtime dependencies and make pipeline construction schema-first.
- Updated dependencies [2559d04]
- @anvia/core@0.7.1
0.2.2
Patch Changes
- 94362c9: Move @anvia/core to peer dependencies for packages that expose or consume core types, preventing duplicate private-type incompatibilities in consumer apps.
0.2.1
Patch Changes
- Updated dependencies [ef5e727]
- @anvia/core@0.7.0
0.2.0
Minor Changes
-
473af86: Add Weaviate, Redis, and LanceDB vector store adapters.
@anvia/weaviate– Weaviate v3 client adapter withcollectionsAPI andnearVectorqueries.@anvia/redis– Redis vector store using RediSearchFT.CREATE/FT.SEARCHwith HNSW indexing.@anvia/lancedb– Embedded LanceDB adapter with columnar storage and SQL-like filters.
