[CLOSED] How does image mock API work?

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.

  1. Regarding where the embeddings are. They are still inside the chromadb, but the documents of chromadb says that by default, the embeddings won’t be returned. (ref here). You can get the embeddings by explicitly adding embeddings to the get method.

  2. 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.