Skip to content

Commit

Permalink
Update autoload_qdrant.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaviles22 authored Jan 3, 2025
1 parent 5501417 commit 777feb0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/autoload_qdrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ jobs:
load:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
# Runs a single command using the runners shell
- name: load-vectorstore to qdrant
- env:
env:
QDRANT_URL: ${{secrets.QDRANT_URL}}
QDRANT_API_KEY: ${{secrets.QDRANT_API_KEY}}
- run:
run:
pip install -r requirements.txt
python autoload_qdrant.py

0 comments on commit 777feb0

Please sign in to comment.