komalg1

Results 10 issues of komalg1

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

Integrated Vectorisation
subtask

- Setup testing framework for Admin website which uses Streamlit module. - Test the business logic in the admin app.

Required by #321 # Description App settings for Admin, Web & Backend function need to be updated to be able to run IV with feature flag enabled. # Tasks -...

Integrated Vectorisation
subtask

## Purpose * This PR adds functional tests for Integrated Vectorization backend function * Will add Backend API IV functional tests in other PR ## Does this introduce a breaking...

## Purpose * This PR adds functional tests for Integrated Vectorization backend api ## Does this introduce a breaking change? - [ ] Yes - [x] No Test the code...

Integrated Vectorisation
subtask

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

bug

## Purpose * This PR adds the functionality to do semantic search when 'AZURE_SEARCH_USE_SEMANTIC_SEARCH' is true when using Integrated Vectorization. * This PR also resolves an unidentified bug of enabling...

# Motivation Currently Integrated Vectorization flow only supports text based search. By introducing a new OCR skill, image search can also be supported. Stretch Goal - Using "Advanced Image Processing"...