File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ from HuggingFace as follows:
106106
107107 ` ` ` bash
108108 mkdir ./embeddings_model
109- pdm run python ./scripts/download_embeddings_model.py -l ./embeddings_model/ -r sentence-transformers/all-mpnet-base-v2
109+ uv run python ./scripts/download_embeddings_model.py -l ./embeddings_model/ -r sentence-transformers/all-mpnet-base-v2
110110 ` ` `
111111
1121122. Prepare dummy documentation:
@@ -261,7 +261,7 @@ The process is basically the same as in the
261261 ([Generating the Vector Database](# generating-the-vector-database)):
262262
263263` ` ` bash
264- pdm run ./custom_processor.py \
264+ uv run ./custom_processor.py \
265265 -o ./vector_db/custom_docs/0.1 \
266266 -f ./custom_docs/0.1/ \
267267 -md embeddings_model/ \
@@ -309,7 +309,7 @@ The process is the same as in the
309309 ([Generating the Vector Database](#generating-the-vector-database)):
310310
311311```bash
312- pdm run ./custom_processor.py \
312+ uv run ./custom_processor.py \
313313 -o ./vector_db/custom_docs/0.1 \
314314 -f ./custom_docs/0.1/ \
315315 -md embeddings_model/ \
You can’t perform that action at this time.
0 commit comments