Merge pull request 'fixed correct path for vector loading' (#33) from feat/cicd into main
Reviewed-on: #33
This commit is contained in:
commit
2d5fcd91d5
|
@ -33,4 +33,5 @@ jobs:
|
||||||
env:
|
env:
|
||||||
VECTORDB_TOKEN: ${{ secrets.VECTORDB_TOKEN }}
|
VECTORDB_TOKEN: ${{ secrets.VECTORDB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
|
cd VectorLoader
|
||||||
python -m src.run --full
|
python -m src.run --full
|
||||||
|
|
Loading…
Reference in New Issue