Signature
Parameters
SearchOptions
Return Value
score in descending order (highest similarity first).
Examples
Basic Search
With Options
With Vectors
Errors
Error Handling
Performance
- Brute-force: O(n) - scans all documents
- HNSW: O(log n) - approximate nearest neighbor
Related
add()
Add documents
filter()
Non-semantic filtering
SearchOptions
Search interface