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...
Required by #651 # Description Currently, the container deployment does not specifiy a Docker tag, so it defaults to latest. The tag should be configurable so users can deploy an...
Required by #651 # Description Add documentation regarding how to deploy a specific version of the application. For "Deploy to Azure": * Switch to git tag before pressing Deploy to...
Required by #651 # Description Currently, Docker images are tagged with the date/run ID (e.g. `2024-05-15_643`), and also with `latest`. They should also be tagged with the corresponding release whenever...
This task is to capture tasks needed to be completed for smooth handover of this project back to v-team
# Motivation Currently, the functional tests spin up a new instance of the mock frontend API service for each combination of app configuration. For e.g., we have one group of...
# Motivation Currently, the functional tests for Semantic Kernel spawn a separate instance of the application with the environment variable `ORCHESTRATION_STRATEGY` set to `semantic_kernel`. However, following #873 , it is...
Required by #514 * Automatically check the PEP8 compliance. TBD - Done after the changes.
# Motivation This issue is to created to Track all Testing tasks on this repo # How would you feel if this feature request was implemented? # Requirements A list...
We are encountering an issue with module import paths that behave differently in our development and production environments. This inconsistency affects the reliability of our deployment process and could potentially...