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-156] Chatbot/session creation #1141

Merged
merged 43 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from 30 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
3c7a25f
feat(chatbot): dynamodb infrastructure
batdevis Sep 5, 2024
56917dc
feat(chatbot): dynamodb data attribute
batdevis Sep 6, 2024
533cdb1
fix(chatbot): use string type for map type on dynamodb terraform module
batdevis Sep 6, 2024
ecbe664
Merge branch 'main' into chatbot/dynamodb
batdevis Sep 9, 2024
d0e003f
fix(chatbot): dynamodb terraform
batdevis Sep 10, 2024
0495c4e
feat(chatbot): dynamodb configuration
batdevis Sep 13, 2024
96bab4c
feat(chatbot): dynamodb table name
batdevis Sep 13, 2024
aecce22
chore(chatbot): docker for local development
batdevis Sep 13, 2024
138b0e5
chore(chatbot): docker for local development
batdevis Sep 13, 2024
235c0af
doc(chatbot): index creation readme
batdevis Sep 13, 2024
dc48c19
feat(chatbot): write to dynamodb
batdevis Sep 13, 2024
a61b9fc
feat(chatbot): table name var
batdevis Sep 13, 2024
14c1051
feat(chatbot) query creation on dynamodb
batdevis Sep 16, 2024
ac23f65
Merge branch 'main' into chatbot/query-creation
batdevis Sep 16, 2024
6070813
chore(chatbot): API improvements and refactor)
batdevis Sep 17, 2024
2edc4d5
feat(chatbot): sessionId key in dynamodb
batdevis Sep 17, 2024
7508e48
feat(chatbot): query by sessionId
batdevis Sep 17, 2024
2252e1e
feat(chatbot): session creation API
batdevis Sep 18, 2024
9cd7f32
chore(chatbot): remove aws region var
batdevis Sep 18, 2024
0aaf11f
merge main
batdevis Sep 18, 2024
5fa6da7
Merge branch 'chatbot/query-creation' into chatbot/queries-fetching
batdevis Sep 18, 2024
657d99e
merge chatbot/queries-fetching
batdevis Sep 18, 2024
46c076d
fix(chatbot):default session
batdevis Sep 19, 2024
c1dbf24
fix(chatbot): import
batdevis Sep 19, 2024
76ee5fb
fix(chatbot): import
batdevis Sep 19, 2024
46e8ea7
chore: merge main
batdevis Sep 19, 2024
1c959b7
fix(chatbot): region_name for local development
batdevis Sep 19, 2024
1539745
fix(chatbot) queriedAt field default
batdevis Sep 19, 2024
3ca241b
chore: merge chatbot/queries-fetching
batdevis Sep 19, 2024
5788ac6
feat(chatbot): session creation
batdevis Sep 19, 2024
7376180
Merge branch 'main' into chatbot/queries-fetching
christian-calabrese Sep 20, 2024
fac72ba
chore(chatbot): table name lambda env var
batdevis Sep 20, 2024
cc482cc
Merge branch 'main' into chatbot/queries-fetching
batdevis Sep 20, 2024
7e3a3ff
Merge branch 'chatbot/queries-fetching' into chatbot/session-creation
batdevis Sep 20, 2024
68ee47e
chore(chatbot): table prefix var
batdevis Sep 20, 2024
14ec8e0
chore(chatbot): table prefix var
batdevis Sep 20, 2024
96405e2
chore: terraform format
batdevis Sep 20, 2024
c65777b
Merge branch 'main' into chatbot/queries-fetching
batdevis Sep 20, 2024
ef106f6
chore: merge chatbot/queries-fetching
batdevis Sep 20, 2024
747062e
fix(chatbot): table prefix
batdevis Sep 20, 2024
a8137c3
chore: merge chatbot/queries-fetching
batdevis Sep 20, 2024
681dcf1
chore(chatbot): terraform fmt
batdevis Sep 20, 2024
1170291
chore: merge main
batdevis Sep 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/chatbot/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ CHB_ENGINE_SIMILARITY_TOPK=...
CHB_ENGINE_SIMILARITY_CUTOFF=...
CHB_ENGINE_USE_ASYNC=...
CHB_ENGINE_USE_STREAMING=...
CHB_QUERY_TABLE_NAME=chatbot-dev-queries
CHB_QUERY_TABLE_PREFIX=chatbot-local
Loading
Loading