Skip to content

Commit

Permalink
Update 04-vector-search.md
Browse files Browse the repository at this point in the history
Adding tenacity pip install
  • Loading branch information
MScalopez authored Oct 10, 2024
1 parent afd4b0d commit cf4c21d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Instructions/04-vector-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,7 @@ After completing the setup and configuration steps, you're now ready to explore
cd ./python
pip install -v "pymongo==4.6.2"
pip install -v "openai==1.13.3"
pip install -v "tenacity==9.0.0"
py load-and-vectorize-data.py
```
</details>
Expand Down

0 comments on commit cf4c21d

Please sign in to comment.