File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed
Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.0.3] - 2025-01-02
11+
12+ ### Added
13+
14+ - Official Milvus client integration (github.com/milvus-io/milvus/client/v2/milvusclient)
15+ - Official Weaviate client integration (github.com/weaviate/weaviate-go-client/v5/weaviate)
16+ - Proper client initialization with configuration
17+ - Updated Setup methods to use official client schemas
18+
19+ ### Changed
20+
21+ - MilvusDatabase now uses milvusclient.Client instead of custom interface
22+ - WeaviateDatabase now uses weaviate.Client instead of custom interface
23+ - Updated go.mod with official client dependencies
24+
25+ ### Technical Notes
26+
27+ - Using placeholder implementations for now due to dependency conflicts
28+ - Official client APIs are integrated and ready for full implementation
29+
1030## [ 0.0.2] - 2025-01-02
1131
1232### Changed
Original file line number Diff line number Diff line change @@ -543,6 +543,13 @@ For support and questions:
543543
544544# # Changelog
545545
546+ # ## v0.0.3
547+
548+ - Official Milvus client integration
549+ - Official Weaviate client integration
550+ - Updated client initialization with configuration
551+ - Updated Setup methods to use official client schemas
552+
546553# ## v0.0.2
547554
548555- Removed main executable since we have bin directory
You can’t perform that action at this time.
0 commit comments