Skip to content

Commit 5fea2db

Browse files
authored
Merge pull request #40 from r0x0d/patch-1
Replace pdm to uv in README
2 parents c750c6f + 811806c commit 5fea2db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

112112
2. 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/ \

0 commit comments

Comments
 (0)