Skip to content

Commit

Permalink
gh-7: adapted to new version of Weaviate
Browse files Browse the repository at this point in the history
  • Loading branch information
michaverhagen committed Jun 15, 2021
1 parent 08e1125 commit 68d1bd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified modules/.utilities.py.swp
Binary file not shown.
1 change: 1 addition & 0 deletions modules/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def get_weaviate_client(instance: dict) -> weaviate.client:
my_wcs = WCS(auth)
try:
result = my_wcs.get_cluster_config(instance['wcs'])
print(result)
weaviatepath = 'https://'+result['meta']['PublicURL']
except:
config = {}
Expand Down

0 comments on commit 68d1bd9

Please sign in to comment.