Skip to content

Commit

Permalink
Merge pull request #94 from curieo-org/main
Browse files Browse the repository at this point in the history
merge main to u-12
  • Loading branch information
rathijitpapon authored Jul 30, 2024
2 parents c65d25f + 7301f63 commit 619588e
Show file tree
Hide file tree
Showing 9 changed files with 519 additions and 567 deletions.
2 changes: 1 addition & 1 deletion agency/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pull official base image
FROM python:3.12.3-slim
FROM python:3.12.4-slim

# install system dependencies
RUN apt-get update && apt-get -y install libpq-dev gcc git
Expand Down
628 changes: 253 additions & 375 deletions agency/poetry.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions agency/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ psycopg2-binary = "^2.9.9"
matplotlib = "^3.8.3"
python-multipart = "^0.0.9"
redis = "^5.0.3"
ruff = "^0.3.3"
ruff = "^0.5.0"
nebula3-python = "^3.5.0"
sentry-sdk = { extras = ["grpcio"], version = "^1.45.0" }
setuptools = "^69.2.0"
setuptools = "^70.0.0"
llama-index-llms-together = "^0.1.3"
llama-index-postprocessor-cohere-rerank = "^0.1.5"
together = "^0.2.11"
Expand All @@ -40,14 +40,14 @@ qdrant-client = "^1.9.1"

llmlingua = "^0.2.2"
llama-index-llms-huggingface = "^0.2.2"
opentelemetry-instrumentation-llamaindex = "^0.23.0"
opentelemetry-instrumentation-llamaindex = "^0.25.0"
opentelemetry-sdk = "^1.25.0"
opentelemetry-instrumentation = "^0.46b0"
opentelemetry-instrumentation-grpc = "^0.46b0"
[tool.poetry.group.dev.dependencies]
pytest = "^8.1.1"
mypy = "^1.9.0"
ruff = "^0.3.5"
ruff = "^0.5.0"
lxml-stubs = "^0.5.1"
grpc-stubs = "^1.53.0.5"
types-itsdangerous = "^1.1.6"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
- ./frontend:/usr/src/app

db:
image: postgres:14-alpine
image: postgres:16-alpine
ports:
- 5432:5432/tcp
networks:
Expand Down
Loading

0 comments on commit 619588e

Please sign in to comment.