唯一具有语义搜索功能的多模态数据库

1作者: itstomo2 个月前原帖
我正在开发一个真正的多模态数据库,将文档数据库、对象存储和向量数据库整合成一个统一的接口。 传统上,文本和其他媒体文件(如图像、视频和音频)是分开处理的,这要求开发者在应用中设置管道来处理多模态数据。此外,当他们需要对多模态数据进行语义搜索时,还需要设置与向量数据库的嵌入管道。 我希望创建一个抽象的文档数据库,能够原生支持在JSON文档中接受多种模态,并自动进行语义搜索索引。 请查看文档,并告诉我您的想法。 https://docs.capydb.com
查看原文
I&#x27;m developing a truly multimodal database by document db, object storage, and vector db into a nicely unified interface.<p>Traditionally, text and other media files such as images, video, and audio are treated separately requiring developers to set up pipeline to deal with multi modalities in their app.<p>Moreover, when they need semantic search capabilities over their multimodal data, they need to set up embedding pipeline with vector db.<p>I want to make an abstracted document DB that natively accepts multiple modalities inside JSON documents and automatic semantic search indexing.<p>Please check out the docs and let me know your thoughts.<p>https:&#x2F;&#x2F;docs.capydb.com