Skip to content

Commit

Permalink
update dict path
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-sol committed Jul 16, 2024
1 parent 0769f39 commit bddd047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gradio-ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
)


with open("scripts/document_dict.pkl", "rb") as f:
with open("scripts/ai-tutor-vector-db/document_dict.pkl", "rb") as f:
document_dict = pickle.load(f)


Expand Down

0 comments on commit bddd047

Please sign in to comment.