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.
https://github.com/qdrant/qdrant
(disclaimer: part of the team)