Azure-Samples / azure-search-openai-demo

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
https://azure.microsoft.com/products/search
MIT License
5.89k stars 4.03k forks source link

Support for multi-lingual content (many languages) #284

Open TimoRiikonen opened 1 year ago

TimoRiikonen commented 1 year ago

Please provide us with the following information:

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [X] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

Insert data content with another language Change the analyzer settings so that there is this other language in addition to English

Any log messages given by the failure

Expected/desired behavior

Preferably two new features: If content is in specific folder/URL, such as "/en/" and "/fi/" then English indexer is used for the English folder and Finnish indexer is used for the Finnish folder. If language has not been defined in any manner, then perhaps the easiest option would be to run indexing on all defined languages to all content.

OS and Version?

Windows 11

azd version?

run azd version and copy paste here. azd version 1.0.1

Versions

2023-06-07

Mention any other details that might be useful


Thanks! We'll be in touch soon.

github-actions[bot] commented 8 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this issue will be closed.