FAISS Vector Search provides high-performance semantic similarity search capabilities for FAISS vector databases. This service leverages FAISS's optimized algorithms to find the most semantically similar segments to user queries, with configurable precision and performance parameters.
| Property | Value |
|---|---|
| Service Name | Search FAISS vector DB |
| Status | Enabled |
| Compatible Nodes | Search knowledge DB |
FAISS Vector Search is ideal for:
Parameters automatically adapt based on the FAISS index type used when creating the database:
| Parameter | Type | Default | Description |
|---|---|---|---|
| Number of results | Number | 5 | Maximum number of search results to return |
| Number of probes | Number | 5 | Number of index cells to probe during search (higher = more accurate, slower) |
| Parameter | Type | Default | Description |
|---|---|---|---|
| Number of results | Number | 10 | Maximum number of search results to return |
| Search effort | Number | 200 | Search quality vs. speed trade-off (higher = more accurate, slower) |