Skip to content

Commit

Permalink
added doc_groups to getAll for use as metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxwell-Lindsey committed Feb 26, 2024
1 parent f1d2e8d commit 01fe680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai_ta_backend/vector_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@ def getAll(
"""

response = self.supabase_client.table(os.environ['NEW_NEW_NEWNEW_MATERIALS_SUPABASE_TABLE']).select(
'course_name, s3_path, readable_filename, url, base_url').eq('course_name', course_name).execute()
'course_name, s3_path, readable_filename, url, base_url, doc_groups').eq('course_name', course_name).execute()

data = response.data
unique_combinations = set()
Expand Down

0 comments on commit 01fe680

Please sign in to comment.