Category: NoSQL Status: base
Connects to a local FAISS (Facebook AI Similarity Search) vector index file for storing and searching dense vector embeddings.
| Field | Default | Description |
|---|---|---|
| path | (empty) | Absolute path to the FAISS index file or directory |
No authentication. Access is controlled by filesystem permissions.
Requires the faiss-cpu or faiss-gpu Python package:
pip install faiss-cpu