Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
redji authored Apr 17, 2024
1 parent e157f3c commit ebea9b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

npm i
rename .env-example to to .env, provide your API_KEY and OPEN_API_KEY
rename .env-example to .env, provide your API_KEY and OPEN_API_KEY
node prompt.js
docker pull qdrant/qdrant
docker run -p 6333:6333 qdrant/qdrant
Expand All @@ -22,4 +22,4 @@
Second step is uploading your embeddings to vector DB, so if you'lll do uncommenting and rerun the sciprt it will add vectors.
Inspect data consistency in DB by visualising it and going through imported data, if everything looks right, run:
node prompt.js and it will execute elastic search on dataset.
Have fun!
Have fun!

0 comments on commit ebea9b8

Please sign in to comment.