Faiss
Description
Getting started
Example
project: my_feature_repo
registry: data/registry.db
provider: local
online_store:
type: feast.infra.online_stores.faiss_online_store.FaissOnlineStore
dimension: 128
index_path: data/faiss_index
index_type: IVFFlat # optional, default: IVFFlat
nlist: 100 # optional, default: 100Functionality Matrix
Faiss
Last updated
Was this helpful?