You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/online-stores/couchbase.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The data model for using Couchbase as an online store follows a document format:
22
22
In order to use this online store, you'll need to run `pip install 'feast[couchbase]'`. You can then get started with the command `feast init REPO_NAME -t couchbase`.
23
23
24
24
To get started with Couchbase Capella Operational:
25
-
1.[Create a Couchbase Capella account](https://docs.couchbase.com/cloud/get-started/create-account.html#sign-up-free-tier)
25
+
1.[Sign up for a Couchbase Capella account](https://docs.couchbase.com/cloud/get-started/create-account.html#sign-up-free-tier)
26
26
2.[Deploy an Operational cluster](https://docs.couchbase.com/cloud/get-started/create-account.html#getting-started)
27
27
3.[Create a bucket](https://docs.couchbase.com/cloud/clusters/data-service/manage-buckets.html#add-bucket)
28
28
- This can be named anything, but must correspond to the bucket described in the `feature_store.yaml` configuration file.
0 commit comments