Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for query of non-english documents #68

Open
michlin0825 opened this issue Mar 6, 2024 · 1 comment
Open

support for query of non-english documents #68

michlin0825 opened this issue Mar 6, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@michlin0825
Copy link

Describe the feature you'd like
requesting support for inquiry of non-english documents indexed in Kendra, with configuration options during the GenAI application setup.

Additional context
I have many non-English documents already indexed in Kendra. I can search those inside Kendra when specifying the default language of the source documents (as in captured screenshot). I wish to achieve the same result using the GenAI application builder, taking advantage of the LLM models in Bedrock.

1_Query_Non_English_Doc_Possible_Inside_Kendra
@michlin0825 michlin0825 added the enhancement New feature or request label Mar 6, 2024
@mukitmomin
Copy link
Member

Hi @michlin0825 that for opening this issue and for using Generative AI Application Builder on AWS.

We are actively looking into the best way to expose knowledge base specific configuration parameters, such as language to the wizard ui. With the release of v1.3.0 with PR #53 we have added backend support to specify the language for the kendra index. After deploying a chat use case, you can update the AWS Systems Manager (SSM) Parameter Store parameter for the deployment to specify an AttributeFilter JSON object that will be picked up by Kendra.

To locate the SSM parameter, note down the use case ID for your deployment, which is the last 8 digits of the name of the CloudFormation stack for the chat deployment. Navigate to the AWS Console > Systems Manger > Parameter Store, and locate the /gaab-ai/use-case-config/<use-case-id>. Then follow the instructions on our Implementation Guide to specify the language parameter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants