Skip to content

Commit 02b4bb2

Browse files
committed
skip_init_checks in weaviate
1 parent 6447e54 commit 02b4bb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llmstack/data/destinations/vector_stores/weaviate.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,14 @@ def _create_weaviate_client(
136136
grpc_secure=weaviate_config.grpc_secure,
137137
headers=additional_headers,
138138
auth_credentials=auth,
139+
skip_init_checks=True,
139140
)
140141
else:
141142
weaviate_client = connect_to_wcs(
142143
cluster_url=weaviate_config.cluster_url,
143144
auth_credentials=auth,
144145
headers=additional_headers,
146+
skip_init_checks=True,
145147
)
146148
weaviate_client.connect()
147149
return weaviate_client

0 commit comments

Comments
 (0)