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

envに6文字しか使えない状況を改善したい #855

Open
masafumi-otsuki opened this issue Jan 27, 2025 · 0 comments
Open

envに6文字しか使えない状況を改善したい #855

masafumi-otsuki opened this issue Jan 27, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@masafumi-otsuki
Copy link

機能リクエストは何か問題に関連していますか?背景を説明してください
複数環境のデプロイに利用できるenvパラメーターは非常に有用で大いに活用しています。しかし、Opensearchのcollection名のbasenameに26文字が利用されており、collection名の上限が32文字であるため6文字しか使うことができません。

rag-knowledge-base-stack.ts

    const collectionName =
      props.collectionName ?? `generative-ai-use-cases-jp${env.toLowerCase()}`;

追加 or 改善したい機能について
collection名のbasenameを短縮し、envに6文字よりも長い文字列が使えるようにしたい。

@masafumi-otsuki masafumi-otsuki added the enhancement New feature or request label Jan 27, 2025
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

1 participant