A sparse vector query executes search using sparse vector representations, typically generated by learned sparse retrieval models. You must provide precalculated token-weight pairs as your query vectors, where each pair represents a term and its corresponding relevance score.Documentation Index
Fetch the complete documentation index at: https://docs.lambdadb.ai/llms.txt
Use this file to discover all available pages before exploring further.
Currently, LambdaDB does not support built-in natural language processing models for automatic sparse vector generation.
Parameters
| Parameter | Description | Type | Required |
|---|---|---|---|
| field | The name of the vector field to search against | string | ✓ |
| queryVector | Query vector as token-weight pairs | object | ✓ |