ConceptDescription
IndexingPushing data (raw text, documents, images, etc) into our system.
SearchingAn operation to run semantic searches on your index.
TuningA mechanism to fine-tune your App programatically.

Indexing

You can index various types of data into our system. We support the following data types:

  • Image URLs (.jpg, .png, .gif, .bmp, .tiff)
  • Text (string)
  • Embeddings (number[])

Checkout the Index endpoint for more details.

Searching

You can run semantic searches on your embedded data in a number of ways. We support the following search term types:

  • Images (.jpg, .png, .gif, .bmp, .tiff)
  • Text (string)

Checkout the Search endpoint for more details.

Tuning

We offer a tuning mechanism to programatically improve the quality of your search results. By labeling your data with the tune endpoint, you can improve the accuracy of your data by generated custom embeddings for your specific use case.

Checkout the Tune endpoint for more details.