Skip to content

Commit

Permalink
added more print statements in create_map()
Browse files Browse the repository at this point in the history
  • Loading branch information
star-nox committed Sep 11, 2023
1 parent eea8bd3 commit 530379d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ai_ta_backend/nomic_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ def create_nomic_map(course_name: str, log_data: list):
id_field='id', build_topic_model=True, topic_label_field='first_query',
name=project_name, colorable_fields=['conversation_id', 'first_query'])
project.create_index(index_name, build_topic_model=True)
print("project: ", project)
return f"Successfully created Nomic map for {course_name}"

if __name__ == '__main__':
Expand Down

0 comments on commit 530379d

Please sign in to comment.