MongoDB (contrib)
Description
Examples
from feast.infra.offline_stores.contrib.mongodb_offline_store.mongodb import (
MongoDBSource,
)
driver_stats_source = MongoDBSource(
name="driver_stats",
timestamp_field="event_timestamp",
created_timestamp_column="created_at",
)Vector Search
Configuration
Defining a Feature View with Vector Index
Retrieving Documents via Vector Search
How It Works
Supported Types
Last updated
Was this helpful?