Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
retkowsky authored Sep 9, 2024
1 parent 1b61c6b commit 483c714
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions RAG with Azure Document Intelligence and Azure OpenAI/azure.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Azure OpenAI
AZURE_OPENAI_API_ENDPOINT = "tobereplaced"
AZURE_OPENAI_API_KEY = "tobereplaced"

# Azure Document Intelligence
AZURE_DOCUMENT_INTELLIGENCE_ENDPOINT = "tobereplaced"
AZURE_DOCUMENT_INTELLIGENCE_KEY = "tobereplaced"

# Azure AI Search
AZURE_SEARCH_ENDPOINT = "tobereplaced"
AZURE_SEARCH_KEY = "tobereplaced"

0 comments on commit 483c714

Please sign in to comment.