Skip to main content

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.

MetricLimit
Max size value100
Max result size6MB
Max execution time30s
Max boolean clauses4,096
Max non-zero values for sparse vector query4,096
Value range for sparse vector query0-64
The query result size is affected by the dimension of the vectors and whether vector values are included in the result.
If a query fails due to exceeding the 6MB result size limit, choose a lower size value, or includeVectors=false (Python: include_vectors=False) to exclude vector values from the result.