1
0
Fork 0
mirror of https://github.com/josephmisiti/awesome-machine-learning.git synced 2024-11-13 11:24:23 -05:00

Merge pull request #848 from shanghaikid/add-milvus

add milvus to Awesome ML
This commit is contained in:
Joseph Misiti 2022-03-31 11:43:45 -04:00 committed by GitHub
commit 4dff0dfcea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1684,6 +1684,7 @@ be
<a name="tools-misc"></a>
#### Misc
* [milvus](https://milvus.io) Milvus is [open source](https://github.com/milvus-io/milvus) vector database for production AI, written in Go and C++, scalable and blazing fast for billions of embedding vectors.
* [Weaviate](https://www.semi.technology/developers/weaviate/current/) Weaviate is an [open source](https://github.com/semi-technologies/weaviate) vector search engine and vector database. Weaviate uses machine learning to vectorize and store data, and to find answers to natural language queries. With Weaviate you can also bring your custom ML models to production scale.
* [MLReef](https://about.mlreef.com/) - MLReef is an end-to-end development platform using the power of git to give structure and deep collaboration possibilities to the ML development process.
* [Pinecone](https://www.pinecone.io/) - Vector database for applications that require real-time, scalable vector embedding and similarity search.