Skip to main content

7 docs tagged with "Embeddings"

Vector embeddings and semantic similarity operations.

View all tags

Azure OpenAI Embedding Models

To use an embedding model hosted on Azure OpenAI, specify the azure path in the from field and the following parameters from the Azure OpenAI Model Deployment page:

Embedding Models

Describes how embedding models are used in Spice to convert text into numerical vectors for machine learning and search applications.

Multi-Vector Search

Embed list-of-strings columns as a column of vectors and use ColBERT-style late-interaction search in Spice.

OpenAI Embedding Deployment Guide

Operating guide for the OpenAI embedding provider in production: API keys, usage tiers, batching, retries, metrics, and observability.