Skip to content

Commit

Permalink
Update faiss_migrate.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
Dephoh authored Dec 13, 2024
1 parent 8e53b79 commit 62e78cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion old_scripts/faiss_migrate.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"if __name__ == \"__main__\":\n",
" # Set your credentials and paths\n",
" FAISS_INDEX_PATH = \"faiss_900_1200\"\n",
" PINECONE_API_KEY = \"pcsk_47kPH2_665LiydNVZXrhKkZgx7eNJ5bjEChMWhp6Vx2fUrShiNXRZ2rSCdonUiAkUTDJ7n\"\n",
" PINECONE_API_KEY = \os.get.environ("PINECONE_API_KEY"),
" INDEX_NAME = \"bpl-rag\"\n",
" \n",
" # Perform migration\n",
Expand Down

0 comments on commit 62e78cf

Please sign in to comment.