Multimodal Vector Database
Audio
Build an audio-to-text knowledge base with search capabilities
Building a Audio Search Workflow
Pixeltable lets you build audio search workflows in two phases:
- Define your processing workflow (once)
- Query your knowledge base (anytime)
1
Install Dependencies
Define Your Workflow
Create table.py
:
Use Your Workflow
Create app.py
:
What Makes This Different?
Automatic Processing
Workflow handles transcription and embedding automatically:
Smart Chunking
Intelligent sentence splitting using spaCy:
Vector Search
Fast search using E5 embeddings:
Workflow Components
Advanced Usage
Custom Search Functions
You can create custom search functions with different parameters:
Batch Processing
Process multiple audio files in batch:
Different Embedding Models
You can use different sentence transformer models:
Was this page helpful?