Skip to content

Commit

Permalink
Update storage-providers.md (#92)
Browse files Browse the repository at this point in the history
The instructions on the top of the page are correct for pgvector provider and incorrect in the actual pgvector Provider portion of the doc.
  • Loading branch information
fourfridays authored Oct 2, 2024
1 parent 8ef50e2 commit f210df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/storage-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ project settings:
```python
WAGTAIL_VECTOR_INDEX_STORAGE_PROVIDERS = {
"default": {
"STORAGE_PROVIDER": "wagtail_vector_index.storage.pgvector.backend.PgvectorBackend",
"STORAGE_PROVIDER": "wagtail_vector_index.storage.pgvector.PgvectorStorageProvider",
}
}
```
Expand Down

0 comments on commit f210df7

Please sign in to comment.