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

Merging in release ROOT to staging branch #174

Closed
Closed
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
3e64a96
Merge pull request #121 from mit-submit/main
julius-heitkoetter Oct 25, 2023
a89c6ab
Update prod-root-install.sh
julius-heitkoetter Oct 25, 2023
c3f7414
Update prod-root-install.sh
julius-heitkoetter Oct 25, 2023
e5ac57d
Update prod-root-install.sh
julius-heitkoetter Oct 25, 2023
10dca6c
Merge pull request #131 from mit-submit/main
ludomori99 Oct 27, 2023
d719667
Merge pull request #136 from mit-submit/main
ludomori99 Oct 30, 2023
a7fd114
Merge pull request #138 from mit-submit/main
ludomori99 Oct 31, 2023
ffcd921
Merge pull request #142 from mit-submit/main
ludomori99 Nov 7, 2023
d2e769c
Merge pull request #144 from mit-submit/main
ludomori99 Nov 7, 2023
c14ab32
Merge pull request #146 from mit-submit/main
ludomori99 Nov 7, 2023
a51d76d
Merge branch 'release-ROOT' into main
ludomori99 Nov 24, 2023
4535ba5
Merge pull request #154 from mit-submit/main
ludomori99 Nov 25, 2023
0a77be3
Update prod-root-compose.yaml
cpausmit Jul 17, 2024
e9f96b6
Merge pull request #160 from mit-submit/cpausmit-patch-1
cpausmit Jul 17, 2024
9253aae
root a2rchi to t3desk018, plus port change
Jul 26, 2024
a1624ba
deploy_test
Jul 26, 2024
dfdc5d4
deploy test TWO!
Jul 26, 2024
b64a041
test deploy again
Jul 26, 2024
91aaf55
reverting port change
Jul 26, 2024
26635a4
adding Anthropic LLM
Aug 29, 2024
194687d
Anthropic LLM temperature fix
Aug 29, 2024
148c6b5
Merge pull request #161 from mit-submit/development/anthropic_claude
pmlugato Aug 29, 2024
b25c4d3
fix claude model
kuangfei-long Sep 24, 2024
3d06683
change back config
kuangfei-long Sep 25, 2024
6612dfc
messing with package dependencies
Oct 23, 2024
ccb9203
Merge pull request #171 from mit-submit/development/anthropic_claude
pmlugato Oct 23, 2024
1c83ee5
updated package imports
Oct 24, 2024
601ba56
Merge pull request #172 from mit-submit/development/anthropic_claude
pmlugato Oct 24, 2024
df84fff
missing package oops
Oct 24, 2024
8b81a2a
everything's great
Oct 24, 2024
e0ad8c6
langchain-openai breaks things
Oct 24, 2024
4fafef7
worked in the venv :)
Oct 24, 2024
0531844
chroma issues
Oct 24, 2024
c9a0fab
client vs service version disagreement
Oct 24, 2024
a2687ba
oldest version that supports pydantic v2
Oct 24, 2024
2353c6a
moving chat service
Oct 24, 2024
672e6c9
redeploy with new anthropic api secret
Oct 25, 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
Prev Previous commit
Next Next commit
deploy test TWO!
Pietro Martino Lugato committed Jul 26, 2024
commit dfdc5d4a8a34fbebe49c246112d49ba854da0f4b
2 changes: 1 addition & 1 deletion deploy/prod-root/prod-root-stop.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

if [ -z "$(ls -A A2rchi-prod-root/deploy/prod-root/)" ]; then
echo "Deployment directory is empty; skipping docker compose down"
echo "Deployment directory is empty; skipping docker compose down!"
else
echo "Stop running docker compose!"
cd A2rchi-prod-root/deploy/prod-root/