logo
Browse Source

Add more resources

Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
Jael Gu 8 months ago
parent
commit
cfda018773
  1. 3
      README.md

3
README.md

@ -69,6 +69,8 @@ The path to CA certificates to connect ElasticSearch client if needed, defaults
Index response wrapped by `elastic_transport.ObjectApiResponse`. Index response wrapped by `elastic_transport.ObjectApiResponse`.
# More Resources # More Resources
- [Milvus support for multiple Index types - Zilliz blog](https://zilliz.com/blog/Milvus-Index-Types-Supported): One of the essential features of Milvus is the support for various Index types; Indexes help to optimize data querying and retrieval. - [Milvus support for multiple Index types - Zilliz blog](https://zilliz.com/blog/Milvus-Index-Types-Supported): One of the essential features of Milvus is the support for various Index types; Indexes help to optimize data querying and retrieval.
@ -79,4 +81,3 @@ Index response wrapped by `elastic_transport.ObjectApiResponse`.
- [Mastering BM25: A Deep Dive into the Algorithm and Its Application in Milvus - Zilliz blog](https://zilliz.com/learn/mastering-bm25-a-deep-dive-into-the-algorithm-and-application-in-milvus): We can easily implement the BM25 algorithm to turn a document and a query into a sparse vector with Milvus. Then, these sparse vectors can be used for vector search to find the most relevant documents according to a specific query. - [Mastering BM25: A Deep Dive into the Algorithm and Its Application in Milvus - Zilliz blog](https://zilliz.com/learn/mastering-bm25-a-deep-dive-into-the-algorithm-and-application-in-milvus): We can easily implement the BM25 algorithm to turn a document and a query into a sparse vector with Milvus. Then, these sparse vectors can be used for vector search to find the most relevant documents according to a specific query.
- [How to Pick a Vector Index in Your Milvus Instance: A Visual Guide - Zilliz blog](https://zilliz.com/learn/how-to-pick-a-vector-index-in-milvus-visual-guide): In this post, we'll explore several vector indexing strategies that can be used to efficiently perform similarity search, even in scenarios where we have large amounts of data and multiple constraints to consider. - [How to Pick a Vector Index in Your Milvus Instance: A Visual Guide - Zilliz blog](https://zilliz.com/learn/how-to-pick-a-vector-index-in-milvus-visual-guide): In this post, we'll explore several vector indexing strategies that can be used to efficiently perform similarity search, even in scenarios where we have large amounts of data and multiple constraints to consider.
- [Choosing the Right Vector Index for Your Project - Zilliz blog](https://zilliz.com/learn/choosing-right-vector-index-for-your-project): Understanding in-memory vector search algorithms, indexing strategies, and guidelines on choosing the right vector index for your project. - [Choosing the Right Vector Index for Your Project - Zilliz blog](https://zilliz.com/learn/choosing-right-vector-index-for-your-project): Understanding in-memory vector search algorithms, indexing strategies, and guidelines on choosing the right vector index for your project.
Loading…
Cancel
Save