Skip to content

Commit

Permalink
docs: Fix typo feature_tore.yaml -> feature_store.yaml (#4707)
Browse files Browse the repository at this point in the history
  • Loading branch information
dandawg authored Oct 28, 2024
1 parent 237c453 commit 70c6dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/alpha-vector-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ python batch_score_documents.py
The output will be stored in `data/city_wikipedia_summaries.csv.`

### **Initialize Feast feature store and materialize the data to the online store**
Use the feature_tore.yaml file to initialize the feature store. This will use the data as offline store, and Pgvector as online store.
Use the feature_store.yaml file to initialize the feature store. This will use the data as offline store, and Pgvector as online store.

```yaml
project: feast_demo_local
Expand Down

0 comments on commit 70c6dc1

Please sign in to comment.