Implementing Efficient Storage and Search Mechanisms for User Information and Multimedia Files Using Milvus and Langchain #33446
Replies: 2 comments 2 replies
-
Basically, Milvus is an in-memory vector database. To conduct a search on a collection, it requires the collection's data to be loaded into memory. So, we don't recommend storing images/PDF/video files in Milvus. A possible solution: store images/pfd/video files in a storage service such as S3, and store embeddings and metadata in Milvus. |
Beta Was this translation helpful? Give feedback.
-
can you give more specific questions about what kind of help you are looking for? |
Beta Was this translation helpful? Give feedback.
-
Dear Team,
I am currently working on a project where we need to store user information such as education, employment, social preferences, and various user documents, including images, PDFs, audio, and video files.
A key requirement is to implement a storage solution and a comprehensive search mechanism that allows users to search for any type of information related to their profile, including both textual data and multimedia files. The system should be capable of searching for similar content and retrieving relevant data efficiently.
I am seeking your expertise to determine the best approach to implement this search mechanism using Milvus and Langchain.
Thank you.
arian360
Beta Was this translation helpful? Give feedback.
All reactions