Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ls1intum/Pyris into feature/exercis…
Browse files Browse the repository at this point in the history
…e-chat/agent
  • Loading branch information
kaancayli committed Nov 11, 2024
2 parents a9997a5 + 326de7e commit a1c2690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/vector_database/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def __init__(self):
self.lectures = init_lecture_schema(self.client)

def __del__(self):
logger.info("Closing Weaviate client")
self.client.close()

def delete_collection(self, collection_name):
Expand Down

0 comments on commit a1c2690

Please sign in to comment.