Nouns
Critical resources of the Metal Platform.| Resource | Description |
|---|---|
| Document | An embedding resource representation |
| Index | An indexed vector database of your Embeddings |
| Org | An organization |
| Tuning | A mechanism to fine-tune your App programatically. |
Concepts
| Concept | Description |
|---|---|
| Indexing | Pushing data (raw text, documents, images, etc) into our system. |
| Searching | An operation to run semantic searches on your index. |
| Tuning | A 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[])
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)