CSVEmbeddingsConverter
Convert CSV files into vector embeddings by selecting and combining columns into text representations. Supports header mapping, custom delimiters, and batch processing for large datasets.
How It Works
Upload a CSV file or provide a URL.
Column headers are parsed and mapped to embedding fields.
Selected columns are concatenated into a text representation per row.
Each row's text is embedded using the selected model.
Embeddings are returned with row identifiers and metadata.
Code Examples
from mixpeek import Mixpeekclient = Mixpeek(api_key="YOUR_API_KEY")result = client.convert(source="https://example.com/products.csv",from_format="csv",to_format="embeddings",options={"model": "e5-large-instruct","columns": ["name", "description", "category"],"id_column": "sku"})print(f"Embedded {len(result.embeddings)} rows")
Use Cases
Supported Input Formats
Quick Info
Try This Conversion
Get started with the Mixpeek API and convert your first file in minutes.
Frequently Asked Questions
Related Converters
JSON to Embeddings
Convert JSON objects and arrays into semantic vector embeddings. Supports nested structures, field selection, and configurable serialization strategies for optimal embedding quality.
Text to Embeddings
Convert text strings, paragraphs, or documents into dense vector embeddings using state-of-the-art language models. Supports batching, chunking, and multiple model options for optimal retrieval performance.
Ready to convert csv to embeddings?
Start using the Mixpeek CSV to Embeddings in minutes. Sign up for a free API key and follow the documentation to get started.
