📚 从零开始的向量数据库原理与实践教程,在线阅读地址:https://easy-vecdb.datawhale.cc/
-
Updated
Apr 30, 2026 - Jupyter Notebook
📚 从零开始的向量数据库原理与实践教程,在线阅读地址:https://easy-vecdb.datawhale.cc/
NeuronDB PostgreSQL extension: vector similarity search (HNSW, IVFFlat), embeddings, kNN, ML in SQL, and hybrid full-text + vector retrieval.
ANN search in high dimensions!
A C++ implementation of efficient Nearest Neighbor search algorithms (LSH, Random Projection Hypercube, IVFFlat, and IVFPQ) optimized for high-dimensional datasets like SIFT and MNIST.
Comparison of IVFFlat and HNSW Algorithms
Learn RAG retrieval with PostgreSQL + pgvector: ingest, similarity search, and safe runtime tuning (HNSW/IVFFlat) — runnable in Docker, no LLM API keys.
This project uses Python, Hugging Face (sentence-transformers), Milvus + Docker (container running Vector DB) to create a vector database, populate it with details of many people (names, ages, salaries, addresses and their introductions) and enable searching and querying on the database contents using Cosine-Similarity distances on IVF Flat index.
This project uses Python, Hugging Face (sentence-transformers), Milvus + Docker (container running Vector DB) to create a vector database, populate it with details of many people (names, ages, salaries, addresses and their introductions) and enable searching and querying on the database contents using Cosine-Similarity distances on IVF Flat index.
Add a description, image, and links to the ivfflat topic page so that developers can more easily learn about it.
To associate your repository with the ivfflat topic, visit your repo's landing page and select "manage topics."