Update rag_chain.py
This commit is contained in:
parent
d5c30e72ce
commit
05cc5cf339
@ -80,11 +80,10 @@ def build_rag_chain():
|
|||||||
http_secure=False,
|
http_secure=False,
|
||||||
grpc_host="183.111.96.67",
|
grpc_host="183.111.96.67",
|
||||||
grpc_port=32619, # 예시 포트, 실제 grpc 포트 넣어야 함
|
grpc_port=32619, # 예시 포트, 실제 grpc 포트 넣어야 함
|
||||||
grpc_secure=False,
|
grpc_secure=False
|
||||||
auth_credentials=auth # 없으면 생략 가능
|
|
||||||
)
|
)
|
||||||
|
|
||||||
client4 = WeaviateClient(connection_params=connection_params)
|
client4 = WeaviateClient(connection_params=connection_params, auth_credentials=auth)
|
||||||
|
|
||||||
if client4.is_ready():
|
if client4.is_ready():
|
||||||
print("Weaviate 4 연결 성공!")
|
print("Weaviate 4 연결 성공!")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user