Semantic Search
Basic Semantic Search
Simple text-based semantic search using embeddings. Perfect for getting started with vector search.
No credit card to start · Build from $25/mo
Pipeline Stages
1
semantic_search
filter
feature_searchView parameters
{
"searches": [
{
"feature_uri": "mixpeek://text_extractor@v1/multilingual_e5_large_instruct_v1",
"query": {
"input_mode": "text",
"value": "{{INPUT.query}}"
},
"top_k": 100,
"min_score": 0.7
}
],
"final_top_k": 25
}Input Schema
querytext
required
Search query text
e.g. machine learning
Use Cases
- Product search
- Document retrieval
- Content discovery
- FAQ matching
Requirements
- Collection must have text embeddings indexed
Tags
semantic
embeddings
basic
Ready to use this template?
Clone it into your namespace and start querying in minutes.