Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions vectorstores/milvus/milvus.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Package milvus provides a vectorstore implementation for Milvus.
//
// Deprecated: This package uses github.com/milvus-io/milvus-sdk-go/v2 which has been
// deprecated by the Milvus maintainers. For new projects, consider using the newer
// Go SDK at https://github.com/milvus-io/milvus/tree/master/client or an alternative
// vectorstore implementation.
// archived by the Milvus maintainers on March 21, 2025. The new SDK is available at
// github.com/milvus-io/milvus/client/v2. Migration to the new SDK is planned but will
// require breaking changes in a future version. See issue #1397 for migration tracking.
package milvus

import (
Expand Down
Loading