Skip to content

Commit

Permalink
Release new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Milvus-doc-bot authored and Milvus-doc-bot committed Aug 24, 2023
1 parent 1a7b00b commit c9b915e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion v2.3.x/site/en/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Users now have the option to set a distance range using arguments to retrieve sp

```python
// add radius and range_filter to params in search_params
search_params = {"params": {"nprobe": 10, "radius": 10, "range_filter" : 20}, "metric_type": "L2"}
search_params = {"params": {"nprobe": 10, "radius": 20, "range_filter" : 10}, "metric_type": "L2"}
res = collection.search(
vectors, "float_vector", search_params, topK,
"int64 > 100", output_fields=["int64", "float"]
Expand Down
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "v2.3.0-beta",
"released": "no"
"version": "v2.3.x",
"released": "yes"
}

0 comments on commit c9b915e

Please sign in to comment.