rag-experiment-accelerator
rag-experiment-accelerator copied to clipboard
Add chunking strategy to index name
Currently if you run the solution twice once with chunking strategy basic
and then again with azure-document-intelligence
the data in the index gets overwritten which is not expected. The fix to this is to add the chunking strategy to the index name.
Fixes include:
- Add chunking strategy to index name
- [x] Do not merge until prerelease in merged into development. #556 It's be a much smaller fix after the configs refactored.
Fixed within #698