Index based search.
POST/collections/:namespace/:collection/indexes/:index/search
Find documents by a query that is much shorter than the actual document.
Note that the embeddings of documents required to find documents through this are computed asynchronously, i.e. after a document was successfully inserted into a collection it might not immediately be found through this request.
You can filter search results by modality and metadata.
Request
Responses
- 200
The most similar documents.