Share via

How the content should look like? For get best answer from chatbot (Chat with Azure OpenAI models using your own data)

Anonymous
2023-09-21T11:23:31.9133333+00:00

For own data: how the content should look like? is there any template or recommendation for writing a content/own data? or we randomly put raw data watthour headings or format.

Azure OpenAI in Foundry Models

Answer accepted by question author

Grmacjon-MSFT 19,511 Reputation points Moderator
2023-09-28T03:32:01.7766667+00:00

Hello @Anonymous

Thanks for the question. Here are some recommendations for formatting and structuring your own data for use with the Azure OpenAI service based on the docs

-Azure OpenAI on your data supports the following filetypes:

  • .txt
  • .md
  • .html
  • Microsoft Word files
  • Microsoft PowerPoint files
  • PDF

-There is an upload limit, and there are some caveats about document structure and how it might affect the quality of responses from the model:

  • The model provides the best citation titles from markdown (.md) files.
  • If a document is a PDF file, the text contents are extracted as a preprocessing step (unless you're connecting your own Azure Cognitive Search index). If your document contains images, graphs, or other visual content, the model's response quality depends on the quality of the text that can be extracted from them.
  • If you're converting data from an unsupported format into a supported format, make sure the conversion:
    • Doesn't lead to significant data loss.
      • Doesn't add unexpected noise to your data.
      This will impact the quality of Azure Cognitive Search and the model response.

Hope that helps.

-Grace

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.