We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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パラメーターは非常に有用で大いに活用しています。しかし、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文字よりも長い文字列が使えるようにしたい。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
機能リクエストは何か問題に関連していますか?背景を説明してください
複数環境のデプロイに利用できるenvパラメーターは非常に有用で大いに活用しています。しかし、Opensearchのcollection名のbasenameに26文字が利用されており、collection名の上限が32文字であるため6文字しか使うことができません。
rag-knowledge-base-stack.ts
追加 or 改善したい機能について
collection名のbasenameを短縮し、envに6文字よりも長い文字列が使えるようにしたい。
The text was updated successfully, but these errors were encountered: