chat-with-your-data-solution-accelerator icon indicating copy to clipboard operation
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...

Results 193 chat-with-your-data-solution-accelerator issues
Sort by recently updated
recently updated
newest added

# 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? ![semantics](https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExcGNhcnU2cXdra28xcHVoNDJnYTFsNmJqY2xoazc2dGRoeXpndnVpNSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/5WJlaZoXWRi1kxE5TY/giphy.gif) # Requirements -...

enhancement
epic

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? ![rename](https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExcHlrdTlqc2RteTdxdGpkMHU1NDRwZ2VyN2pydGNvM3J6Nmt5MGVpdyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/tLQSYnrLCGcKY/giphy.gif) #...

enhancement
good first issue

## 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? ![documentation](https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExYmxsOGQ2enE1eXhlanQ4YXByOTh5aHY2ODg3NzN5M29pdnltNXZjbyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/wpgYasZ0tBrP4lCgS3/giphy-downsized-large.gif) # Requirements - [x] #142...

documentation
epic

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...

bug

# 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...

documentation
enhancement
subtask
stale

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....

dependencies
python

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...

subtask