Engineering
Setting up Milvus on Amazon EKS
This blog provides step-by-step guidance on deploying a Milvus cluster using EKS and other services.
Engineering
Milvus Server Docker Installation and Packaging Dependencies
This post introduces key dependencies and release update frequency for deploying the Milvus server on standalone Docker.
Engineering
Building an Open Source Chatbot Using LangChain and Milvus in Under 5 Minutes
A start-to-finish tutorial for RAG retrieval and question-answering chatbot on custom documents using Milvus, LangChain, and an open-source LLM.
Product
Demystifying the Milvus Sizing Tool
Explore how to use the Sizing Tool to select the optimal configuration for your Milvus deployment.
Engineering
Choosing the Right Embedding Model for Your Data
This blog touched on some popular embedding models used in RAG applications.
Company
Zilliz at CalHacks 2023
If you didn't catch CalHack 2023, read this recap complete with attendee and prize stats as well as overviews of winning projects.
Product
How to Connect to Milvus Lite Using LangChain and LlamaIndex
Milvus Lite is now the default method for third-party connectors like LangChain and LlamaIndex to connect to Milvus, the popular open-source vector database.
Engineering
Embedding Inference at Scale for RAG Applications with Ray Data and Milvus
This blog showed how to use Ray Data and Milvus Bulk Import features to significantly speed up the vector generation and efficiently batch load them into a vector database.
Engineering
Exploring Three Key Strategies for Building Efficient Retrieval Augmented Generation (RAG)
Three key strategies to get the most out of RAG: smart text chunking, iterating on different embedding models, and experimenting with different LLMs