Cargo Features
SynaDB has no features set by default.
[dependencies]
synadb = { version = "1.1.1", features = ["gpu", "async", "faiss", "faiss-gpu"] }
- gpu
-
Enable GPU Direct memory access (requires CUDA toolkit)
- async = tokio
-
Enable async parallel chunk writes for high-throughput tensor storage
- faiss faiss-gpu?
-
Enable FAISS index integration for billion-scale vector search
Enables faiss ^0.12
FAISS bindings for billion-scale vector search
Affects
synadb::faiss_index… - faiss-gpu = faiss
-
Enable FAISS with GPU support (requires CUDA)
Features from optional dependencies
In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.