![DiskANN and the Vamana Algorithm](https://assets.zilliz.com/Nov_08_Disk_ANN_and_the_Vamana_Algorithm_a0241e5277.png)
VectorDB 101
DiskANN and the Vamana Algorithm
Dive into DiskANN, a graph-based vector index, and Vamana, the core data structure behind DiskANN.
![Primer on Neural Networks and Embeddings for Language Models](https://assets.zilliz.com/Nov_08_An_Introduction_to_Modern_NLP_66375866c7.png)
Engineering
Primer on Neural Networks and Embeddings for Language Models
Exploring neural network language models, specifically recurrent neural networks, and taking a sneak peek at how embeddings are generated.
![What is a Vector Database and How Does It Work?](https://assets.zilliz.com/20230506_110634_1579ca0d84.png)
VectorDB 101
What is a Vector Database and How Does It Work?
A vector database stores, indexes, and searches vector embeddings generated by machine learning models for fast information retrieval and similarity search. This post explains how vector databases work, their key features and use cases, and the ecosystem.
![Approximate Nearest Neighbors Oh Yeah (Annoy)](https://assets.zilliz.com/Mar_25_Vector_Database_101_Hierarchical_Navigable_Small_Worlds_HNSW_07f598383c.png)
VectorDB 101
Approximate Nearest Neighbors Oh Yeah (Annoy)
Discover the capabilities of Annoy, an innovative algorithm revolutionizing approximate nearest neighbor searches for enhanced efficiency and precision.
![Choosing the Right Vector Index for Your Project](https://assets.zilliz.com/Choosing_the_Right_Vector_Index_for_Your_Project_27998e8ec6.png)
VectorDB 101
Choosing the 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.
![Understanding Neural Network Embeddings](https://assets.zilliz.com/understanding_neural_network_embeddings_43219cd60f.png)
Engineering
Understanding Neural Network Embeddings
This article is dedicated to going a bit more in-depth into embeddings/embedding vectors, along with how they are used in modern ML algorithms and pipelines.
![Introduction to the Falcon 180B Large Language Model (LLM)](https://assets.zilliz.com/Mar_18_Falcon_180_B_Advancing_Language_Models_in_the_AI_Frontier_0291197bd7.png)
Engineering
Introduction to the Falcon 180B Large Language Model (LLM)
Falcon 180B is an open-source large language model (LLM) with 180B parameters trained on 3.5 trillion tokens. Learn its architecture and benefits in this blog.
![Training Your Own Text Embedding Model](https://assets.zilliz.com/JAN_19_Training_Your_Own_Text_Embedding_Model_63b2fb6e2d.png)
Engineering
Training Your Own Text Embedding Model
Explore how to train your text embedding model using the `sentence-transformers` library and generate our training data by leveraging a pre-trained LLM.
![Hybrid Search: Combining Text and Image for Enhanced Search Capabilities](https://assets.zilliz.com/Hybrid_Search_Combining_Text_and_Image_for_Enhanced_Search_Capabilities_c5065add79.png)
Engineering
Hybrid Search: Combining Text and Image for Enhanced Search Capabilities
Milvus enables hybrid sparse and dense vector search and multi-vector search capabilities, simplifying the vectorization and search process.