Skip to content

Commit 5ab02eb

Browse files
committed
semi-structured data note
1 parent a8db676 commit 5ab02eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/ai-services/openai/concepts/use-your-data.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ For some data sources such as uploading files from your local machine (preview)
8282
|URL/Web address (preview) | Web content from the URLs is stored in Azure Blob Storage. |
8383
|Azure Blob Storage (preview) | Upload files from Azure Blob Storage to be ingested into an Azure AI Search index. |
8484

85+
If you choose to upload files or use Azure Blob Storage, your data should be unstructured text for best results. If you have non-textual semi-structured or structured data consider converting it to text. If your files have special formatting, such as tables and columns, or bullet points, prepare your data with the data preparation script available on [GitHub](https://github.com/microsoft/sample-app-aoai-chatGPT/tree/main/scripts#optional-crack-pdfs-to-text).
86+
8587
:::image type="content" source="../media/use-your-data/azure-databases-and-ai-search.png" lightbox="../media/use-your-data/azure-databases-and-ai-search.png" alt-text="Diagram of vector indexing services.":::
8688

8789
# [Azure AI Search](#tab/ai-search)

0 commit comments

Comments
 (0)