I downloaded the crag-mm-2025/image-search-index-validation.Is it reliable?
We are raising the question to Meta about the organization of the chromadb
indices.
We will come back to you once we get their reply.
Hi,
We can have the following answers to your questions.
-
Regarding where the embeddings are. They are still inside the
chromadb
, but the documents ofchromadb
says that by default, the embeddings won’t be returned. (ref here). You can get the embeddings by explicitly addingembeddings
to theget
method. -
In the starter kit, we include documents of the search api, which states the embeddings models for images and texts. The same models are used to generate the embeddings in the
chromadb
indices, so they are reliable.