logo
Browse Source

Add more resources

Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
Jael Gu 2 years ago
parent
commit
f9840ccb60
  1. 12
      README.md

12
README.md

@ -76,3 +76,15 @@ The path to CA certificates to connect ElasticSearch client if needed, defaults
**Returns:**
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.
- [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.
- [Simplifying Legal Research with RAG, Milvus, and Ollama - Zilliz blog](https://zilliz.com/blog/simplifying-legal-research-with-rag-milvus-ollama): In this blog post, we will see how we can apply RAG to Legal data. Legal research can be time-consuming. You usually need to review a large number of documents to find the answers you need. Retrieval-Augmented Generation (RAG) can help streamline your research process.
- [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.
Loading…
Cancel
Save