Skip to content

Commit

Permalink
Merge branch 'main' of github.com:redji/AIDevsPrompt
Browse files Browse the repository at this point in the history
  • Loading branch information
redji committed Apr 18, 2024
2 parents 065e67a + ebea9b8 commit 5917d80
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 5917d80

Please sign in to comment.