web-content
web-content copied to clipboard
Milvus web documents and contents
Fixes https://github.com/milvus-io/web-content/issues/870
Clarify behaviors for create collection. This is a finished version, please review and merge. @wenjia
**Where is the error** https://milvus.io/api-reference/restful/v2.4.x/v2/Collection%20(v2)/List.md The docs page for the "List Collections" Rest endpoint calls the endpoint for "create" instead. The remainder of the payload is correct and consistent with...
> Note: This repository is ONLY used to solve issues related to DOCS. > For other issues, please move to [other repositories](https://github.com/milvus-io/). **Where is the error** What is the URL/path...
If the `xxxx` here contains a non-ASCII character. it may fail, as Windows-based Milvus is not compiled with Unicode support. You could try `default_server.set_base_dir('milvus_data')` before the start. _Originally posted by...
**Is there anything that's missing or inappropriate in the docs? Please describe.** There are no references to different "code" in MilvusExceptions. If we want to build custom application on top...
fix for query_iterator example. You can't call close() on an empty list (res).
fix the case of dataType to be the one in js object
fix error
> Note: This repository is ONLY used to solve issues related to DOCS. > For other issues, please move to [other repositories](https://github.com/milvus-io/). **Where is the error** Typo in the import...