Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
star-nox committed Nov 10, 2023
1 parent 647964f commit 5d19aa9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ai_ta_backend/parallel_context_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ def supabase_context_padding(doc, course_name, result_docs):
"""
Does context padding for given doc. Used with context_padding()
"""
print("in supabase context processing")


# query by url or s3_path
if 'url' in doc.metadata.keys() and doc.metadata['url']:
parent_doc_id = doc.metadata['url']
Expand Down

0 comments on commit 5d19aa9

Please sign in to comment.