Skip to content

Commit 50088cc

Browse files
authored
Create README.md
1 parent 94ff1a8 commit 50088cc

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# How to test
2+
```
3+
# run this script
4+
./db/qdrant/launch_qdrant.sh
5+
```
6+
7+
```
8+
pythom -m venv .venv
9+
source ./.venv/bin/activate
10+
pip install -r requirements.txt
11+
12+
python generate_embeddings_chunk.py
13+
```

0 commit comments

Comments
 (0)