Skip to content

Commit 721b77c

Browse files
DanniBotpedrosousa
andauthored
[Vectorize] Add missing comma in Python code block (#25922)
* syntax error - adding missing comma after name field in the Python script for creating indexes --------- Co-authored-by: Pedro Sousa <[email protected]>
1 parent fd16a78 commit 721b77c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/content/docs/vectorize/best-practices/create-indexes.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ headers = {
5555
}
5656

5757
body = {
58-
"name": "demo-index"
58+
"name": "demo-index",
5959
"description": "some index description",
6060
"config": {
6161
"dimensions": 1024,
@@ -89,7 +89,6 @@ The following table highlights some example embeddings models and their output d
8989
| Google Cloud - `multimodalembedding` | 1408 | Multi-modal (text, images) |
9090

9191
:::note[Learn more about Workers AI]
92-
9392
Refer to the [Workers AI documentation](/workers-ai/models/#text-embeddings) to learn about its built-in embedding models.
9493
:::
9594

0 commit comments

Comments
 (0)