updated the embedding process to not do a full reload
This commit is contained in:
parent
e849593530
commit
d008db30ba
|
@ -34,4 +34,4 @@ jobs:
|
||||||
VECTORDB_TOKEN: ${{ secrets.VECTORDB_TOKEN }}
|
VECTORDB_TOKEN: ${{ secrets.VECTORDB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
cd VectorLoader
|
cd VectorLoader
|
||||||
python -m src.run --full
|
python -m src.run
|
||||||
|
|
Loading…
Reference in New Issue