HACKER Q&A
📣 akshayshinde7

Seeking advice on open source end user distributed vector database


Hello Everyone,

I'm developing an open-source vector search engine for macOS. The project involves creating a Swift client app that operates a decentralized vector database, such as Milvus, which can be made publicly accessible via the vector db network.

Initially, we'll support the network through hosted Milvus instances. As we advance, we aim to transition to a user-driven model where app users host nodes on their systems, activated only during network search requests.

I'm reaching out for guidance on integrating Milvus into my Swift application and ensuring effective network communication. Any advice, resources, or suggestions would be greatly appreciated.

Thank you for your time and potential contributions.


  👤 tomhamer Accepted Answer ✓
Marqo will generate embeddings for you as well as run on a mac/in the cloud. https://github.com/marqo-ai/marqo

👤 andre-z
Qdrant, is the most popular, high-performance native vector db, written in Rust

https://github.com/qdrant/qdrant

(disclaimer: part of the team)