@@ -31,7 +31,7 @@ Milvus is an open source vector similarity search engine. Built with heterogeneo
...
@@ -31,7 +31,7 @@ Milvus is an open source vector similarity search engine. Built with heterogeneo
For more detailed introduction of Milvus and its architecture, see [Milvus overview](https://www.milvus.io/docs/about_milvus/overview.md).
For more detailed introduction of Milvus and its architecture, see [Milvus overview](https://www.milvus.io/docs/about_milvus/overview.md).
Keep up-to-date with newest releases and latest updates by reading Milvus [release notes](https://www.milvus.io/docs/master/releases/release_notes.md).
Keep up-to-date with newest releases and latest updates by reading Milvus [release notes](https://www.milvus.io/docs/releases/release_notes.md).
| `index_type` | The type of indexing method to query the collection. Please refer to [Index Types](https://www.milvus.io/docs/reference/index.md) for detailed introduction of supported indexes. The default is "FLAT". | No |
| `index_type` | The type of indexing method to query the collection. Please refer to [Milvus Indexes](https://www.milvus.io/docs/guides/index.md) for detailed introduction of supported indexes. The default is "FLAT". | No |
| `params` | The extra params of indexing method to query the collection. Please refer to [Index and search parameters](#Index-and-search-parameters) for detailed introduction of supported indexes. | No |
| `params` | The extra params of indexing method to query the collection. Please refer to [Index and search parameters](#Index-and-search-parameters) for detailed introduction of supported indexes. | No |
##### Query Parameters
##### Query Parameters
...
@@ -1543,7 +1543,7 @@ For each index type, the RESTful API has specific index parameters and search pa
...
@@ -1543,7 +1543,7 @@ For each index type, the RESTful API has specific index parameters and search pa
</tr>
</tr>
</table>
</table>
For detailed information about the parameters above, refer to [Index Types](https://milvus.io/docs/v0.7.0/reference/index.md)
For detailed information about the parameters above, refer to [Milvus Indexes](https://milvus.io/docs/guides/index.md)