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. 9
      README.md

9
README.md

@ -69,14 +69,15 @@ The path to CA certificates to connect ElasticSearch client if needed, defaults
Index response wrapped by `elastic_transport.ObjectApiResponse`.
# 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.
# 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.
- [Everything You Need to Know about Vector Index Basics - Zilliz blog](https://zilliz.com/learn/vector-index): This tutorial analyzes the components of a modern indexer before going over two simplest indexing strategies - flat indexing and inverted file (IVF) indexes.
- [What is Information Retrieval? A Comprehensive Guide. - Zilliz blog](https://zilliz.com/learn/what-is-information-retrieval): Information retrieval (IR) is the process of efficiently retrieving relevant information from large collections of unstructured or semi-structured data.
- [Accelerating Similarity Search on Big Data with Vector Indexing - Zilliz blog](https://zilliz.com/blog/Accelerating-Similarity-Search-on-Really-Big-Data-with-Vector-Indexing): Discover how indexes dramatically accelerate vector similarity search, different index types, and how to choose the right index for your next ML application.
- [Accelerate Similarity Search on Big Data with Vector Indexing - II - Zilliz blog](https://zilliz.com/learn/index-overview-part-2): Discover how indexes dramatically accelerate vector similarity search, different types of indexes, and how to choose the right index for your next AI application.
- [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.
- [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