Skip to content

Commit

Permalink
created separate PR for file update
Browse files Browse the repository at this point in the history
  • Loading branch information
star-nox committed Oct 2, 2023
1 parent 79142c5 commit 118b725
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ai_ta_backend/update_materials.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def generate_checksum(file_path):
md5_hash.update(byte_block)
return md5_hash.hexdigest()

# need to modify this function - switch to Supabase instead of S3
def update_files(source_path: str, course_name: str):
"""
Compares and updates files in S3 and QDRANT
Expand Down

0 comments on commit 118b725

Please sign in to comment.