diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0331721..f1456e5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check Out Repo - uses: actions/checkout@v4 + uses: actions/checkout@v4 # Clone the Repository - name: Log in to Docker Hub uses: docker/login-action@v3 diff --git a/fastapi/.env-example b/fastapi/.env-example index 8e609d3..719de60 100644 --- a/fastapi/.env-example +++ b/fastapi/.env-example @@ -1,3 +1,2 @@ MISTRAL_API_KEY= -collection_name= connection= \ No newline at end of file diff --git a/fastapi/main.py b/fastapi/main.py index 2bc0df8..b8869e7 100644 --- a/fastapi/main.py +++ b/fastapi/main.py @@ -62,7 +62,6 @@ class Info(BaseModel): #DB connection string and collection name -collection_name = os.getenv("collection_name") connection = os.getenv("connection") # Uses psycopg3! # Common variables used in both POST routes