Update rag_chain.py
This commit is contained in:
parent
05cc5cf339
commit
994470e53e
@ -83,7 +83,7 @@ def build_rag_chain():
|
||||
grpc_secure=False
|
||||
)
|
||||
|
||||
client4 = WeaviateClient(connection_params=connection_params, auth_credentials=auth)
|
||||
client4 = WeaviateClient(connection_params=connection_params, auth=auth)
|
||||
|
||||
if client4.is_ready():
|
||||
print("Weaviate 4 연결 성공!")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user