We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ff1a8 commit 50088ccCopy full SHA for 50088cc
1 file changed
README.md
@@ -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