-
Notifications
You must be signed in to change notification settings - Fork 2
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
[CAI-185] Chatbot/docker compose with Redis and DynamoDB for local development #1193
Conversation
|
apps/chatbot/.env.example
Outdated
@@ -21,3 +21,6 @@ CHB_ENGINE_SIMILARITY_CUTOFF=... | |||
CHB_ENGINE_USE_ASYNC=... | |||
CHB_ENGINE_USE_STREAMING=... | |||
CHB_QUERY_TABLE_PREFIX=chatbot-local | |||
GOOGLE_AND_REDIS_AWS_DEFAULT_REGION=eu-west-3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure about the naming:
We currently have a region we use for everything (eu-south-1) and a region we use only for bedrock and S3 (eu-west-3)
What do you think about changing the names to CHB_AWS_DEFAULT_REGION and CHB_AWS_BEDROCK_REGION? cc @mdciri
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same for me, I think @mdciri will update it in another pr
Co-authored-by: marcobottaro <[email protected]>
…eveloper-portal into chatbot/docker-compose-complete
Jira Pull Request LinkThis Pull Request refers to the following Jira issue CAI-185 |
List of Changes
Motivation and Context
The team needs to test features and bugfix locally first.
How Has This Been Tested?
Locally.
Types of changes
Checklist: