I currently do not think there is anything to be improved based on our experience, as Faiss performs as we expected for our workflow. I would like to see improvement in the fact that FAISS currently stores data in byte-wise files, which means we cannot see the embeddings vectors or something. I chose 8 out of 10 because one of the drawbacks of Faiss is that it works only in-memory. If it could provide separate persistent storage without relying on in-memory, it would reduce the overhead.
I didn't know what algorithm was being learned to fetch my query. It would be beneficial if I could set a parameter and see different query mechanisms being run. I can then compare the results to see which works better for me.
We need to build many tools to streamline its integration into production environments. All the embeddings are saved in a particular location. We have to load them and start with the search in case of a query. There could be an integration with products like Spine for automated processing. Additionally, it could be more accessible for handling larger data sets.
Open Source Databases provide flexible and cost-effective solutions for businesses requiring robust data management capabilities. They empower organizations to leverage community-driven innovation and avoid vendor lock-in, which is essential for long-term scalability and success.These databases cater to a range of business needs, from handling large-scale transactions to supporting analytical workloads. They offer unparalleled customization and transparency, which major companies appreciate...
I currently do not think there is anything to be improved based on our experience, as Faiss performs as we expected for our workflow. I would like to see improvement in the fact that FAISS currently stores data in byte-wise files, which means we cannot see the embeddings vectors or something. I chose 8 out of 10 because one of the drawbacks of Faiss is that it works only in-memory. If it could provide separate persistent storage without relying on in-memory, it would reduce the overhead.
I didn't know what algorithm was being learned to fetch my query. It would be beneficial if I could set a parameter and see different query mechanisms being run. I can then compare the results to see which works better for me.
We need to build many tools to streamline its integration into production environments. All the embeddings are saved in a particular location. We have to load them and start with the search in case of a query. There could be an integration with products like Spine for automated processing. Additionally, it could be more accessible for handling larger data sets.