Skip to content

Commit

Permalink
change guru download link
Browse files Browse the repository at this point in the history
  • Loading branch information
ccheng26 committed Apr 5, 2024
1 parent a7ac2d3 commit fc6ded6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02-household-queries/ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def ingest_call(vectordb):
pdf_path = "./tanf.pdf"
add_pdf_to_vector_db(vectordb=vectordb, file_path=pdf_path)

# download from https://drive.google.com/file/d/1UoWmktXS5nqgIWj2x_O5hgzwU0yVuaJc/view?usp=drive_link
# download from https://drive.google.com/drive/folders/1DkAQ03bBVIPoO1d8gcHVnilQ-9VXfhJ8?usp=drive_link
guru_file_path = "./guru_cards_for_nava.json"
add_json_html_data_to_vector_db(
vectordb=vectordb,
Expand Down

0 comments on commit fc6ded6

Please sign in to comment.