chat-with-your-data-solution-accelerator
chat-with-your-data-solution-accelerator copied to clipboard
A Solution Accelerator for the RAG pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences. This includes most c...
# Motivation To demonstrate how and when to use [semantic kernel](https://github.com/microsoft/semantic-kernel) as an AI agent. # How would you feel if this feature request was implemented?  # Requirements -...
Closes #758 ## Purpose * This PR adds Semantic Kernel as a third orchestration choice * Semantic Kernel is being used as a wrapper around OpenAI functions, therefore users should...
# Motivation Environment variables should follow a pattern so that you know what service they relate to # How would you feel if this feature request was implemented?  #...
## Purpose Rename SPEECH_RECOGNIZER_LANGUAGES to AZURE_SPEECH_RECOGNIZER_LANGUAGES Fixes #791
# Motivation Bring all required documentation for this project togather and track them # How would you feel if this feature request was implemented?  # Requirements - [x] #142...
Closes #790 ## Purpose * Updates default OpenAI deployment to `gpt-35-turbo-16k`, which supports more tokens for the bigger prompt. ## Does this introduce a breaking change? ``` [ ] Yes...
# Describe the bug A clear and concise description of what the bug is. Following #648 , the size of the prompt has increased massively, and exceeds the number of...
# Motivation Their should be an easy way to use existing resource group and other resources like Azure AI Search, Azure Open AI, Document intelligence, storage, Application insight , App...
Bumps [azure-search-documents](https://github.com/Azure/azure-sdk-for-python) from 11.6.0b1 to 11.6.0b3. Release notes Sourced from azure-search-documents's releases. azure-search-documents_11.6.0b3 11.6.0b3 (2024-04-09) Features Added Added IndexerExecutionEnvironment, IndexingMode, LineEnding, NativeBlobSoftDeleteDeletionDetectionPolicy, ScalarQuantizationCompressionConfiguration, ScalarQuantizationParameters, SearchServiceCounters, SearchServiceLimits, SearchServiceStatistics, VectorSearchCompressionConfiguration & VectorSearchCompressionTargetDataType....
Required by #320 # Description Add a new orchestration strategy, `semantic_kernel`. It should use function calling to call the existing functions. # Tasks _To be filled in by the engineer...