Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 424 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 424 Bytes

kNN Re-Indexing Script

This script can re-index an existing index and inject vector data in the new index by leveraging OpenAI's embeddings API.

Requirements

This script requires Python 3.7+ in order to run properly.

Package dependencies

The requirements for the script are present in the requirements.txt file and can be installed by using the following command:

pip3 install -r requirements.txt