Azure-Samples / chat-with-your-data-solution-accelerator

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 common requirements and best practices.
https://azure.microsoft.com/products/search
MIT License
522 stars 274 forks source link

Updating Admin Config page to allow configuring the page length & page overlap & hide the layout chunking strategy part #762

Closed komalg1 closed 1 week ago

komalg1 commented 3 weeks ago

Required by #321

Description

The Admin configuration page needs to allow configuring the Chunk size & Overlap size when using Integrated Vectorization. Layout chunking strategy section needs to be hidden as it is not needed when using IV.

Tasks

_To be filled in by the engineer picking up the subtask