microsoft / rag-experiment-accelerator

The RAG Experiment Accelerator is a versatile tool designed to expedite and facilitate the process of conducting experiments and evaluations using Azure Cognitive Search and RAG pattern.
https://github.com/microsoft/rag-experiment-accelerator
Other
193 stars 68 forks source link

Azure Document Intelligence are Optional but not in Option Part of .env File #345

Open martinpeck opened 8 months ago

martinpeck commented 8 months ago

.env.template contains the following section...

#### Azure Document Intelligence
AZURE_DOCUMENT_INTELLIGENCE_ENDPOINT=
AZURE_DOCUMENT_INTELLIGENCE_ADMIN_KEY=

These entries are optional, but are not in the OPTIONAL section of the .env

They need to be moved.

dhaksr commented 4 months ago

me too. the documentation is not clear. The one click deploy should have created the document intelligence.

julia-meshcheryakova commented 2 months ago

One-click deploy script now creates document intelligence (issue #448, PR #599)