Comparison of IVFFlat and HNSW Algorithms
-
Updated
Oct 6, 2024 - Python
Comparison of IVFFlat and HNSW Algorithms
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."