Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shanghaikid committed Apr 18, 2024
1 parent 1a53e35 commit c4bc3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Machine learning and neural networks often use half-precision data types, such a
> });
> // search: use bytes to search, output float32 array
> const search = await milvusClient.search({
> vector: data[0].vector, // if you pass bytes, no transform will performed
> vector: data[0].vector,
> collection_name: COLLECTION_NAME,
> output_fields: ['id', 'vector'],
> limit: 5,
Expand Down

0 comments on commit c4bc3e1

Please sign in to comment.