Skip to content

Commit 9223611

Browse files
committed
Markdown lint issues
1 parent d76e949 commit 9223611

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"ms-azuretools.azure-dev",
1818
"ms-azuretools.vscode-bicep",
1919
"ms-python.python",
20-
"esbenp.prettier-vscode"
20+
"esbenp.prettier-vscode",
21+
"DavidAnson.vscode-markdownlint"
2122
]
2223
}
2324
},

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"ms-azuretools.azure-dev",
44
"ms-azuretools.vscode-bicep",
55
"ms-python.python",
6-
"esbenp.prettier-vscode"
6+
"esbenp.prettier-vscode",
7+
"DavidAnson.vscode-markdownlint",
78
]
89
}

docs/multimodal.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ This repository includes an optional feature that uses the GPT vision model to g
88

99
## How it works
1010

11-
1211
With this feature enabled, the data ingestion process will extract images from your documents
1312
using Document Intelligence, store the images in Azure Blob Storage, vectorize the images using the Azure AI Vision service, and store the image embeddings in the Azure AI Search index.
1413

@@ -53,11 +52,11 @@ For more details on how this feature works, read [this blog post](https://techco
5352
azd env set USE_MULTIMODAL true
5453
```
5554

56-
3. **Provision the multimodal resources:**
55+
2. **Provision the multimodal resources:**
5756

5857
Either run `azd up` if you haven't run it before, or run `azd provision` to provision the multimodal resources. This will create a new Azure AI Vision account and update the Azure AI Search index to include the new image embedding field.
5958

60-
4. **Re-index the data:**
59+
3. **Re-index the data:**
6160

6261
If you have already indexed data, you will need to re-index it to include the new image embeddings.
6362
We recommend creating a new Azure AI Search index to avoid conflicts with the existing index.

0 commit comments

Comments
 (0)