Skip to content

Commit

Permalink
enhance: [GoSDK] support Doc-in-doc-out APIs
Browse files Browse the repository at this point in the history
Related to milvus-io#35853

This PR contains following changes:

- Add function and related proto and helper functions
- Remove the insert column missing check and leave it to server
- Add text as search input data
- Add some unit tests for logic above

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
  • Loading branch information
congqixia committed Nov 11, 2024
1 parent 1b6edd0 commit af6a714
Show file tree
Hide file tree
Showing 15 changed files with 857 additions and 464 deletions.
1 change: 1 addition & 0 deletions client/entity/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ const (
TANIMOTO MetricType = "TANIMOTO"
SUBSTRUCTURE MetricType = "SUBSTRUCTURE"
SUPERSTRUCTURE MetricType = "SUPERSTRUCTURE"
BM25 MetricType = "BM25"
)
Loading

0 comments on commit af6a714

Please sign in to comment.