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

[CAI-185] Chatbot/docker compose with Redis and DynamoDB for local development #1193

Open
wants to merge 28 commits into
base: main
Choose a base branch
from

Conversation

batdevis
Copy link
Collaborator

List of Changes

  • docker compose with Redis and DynamoDB for local development
  • fix to create_vector feature

Motivation and Context

The team needs to test features and bugfix locally first.

How Has This Been Tested?

Locally.

Types of changes

  • Chore (nothing changes by a user perspective)

Checklist:

  • add auto creation of dynamodb tables

@batdevis batdevis requested a review from mdciri October 10, 2024 08:25
@batdevis batdevis requested a review from a team as a code owner October 10, 2024 08:25
Copy link

changeset-bot bot commented Oct 10, 2024

⚠️ No Changeset found

Latest commit: f7b05e6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@batdevis batdevis changed the title [CAI-185] Chatbot/docker compose with Redis and DynamoDB for local development draft: [CAI-185] Chatbot/docker compose with Redis and DynamoDB for local development Oct 10, 2024
@@ -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
Copy link
Contributor

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

Copy link
Collaborator Author

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

Copy link
Contributor

github-actions bot commented Oct 16, 2024

Jira Pull Request Link

This Pull Request refers to the following Jira issue CAI-185

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants