Update rag_chain.py
This commit is contained in:
parent
5d974908a1
commit
4718beb402
@ -71,7 +71,7 @@ def build_rag_chain():
|
||||
|
||||
|
||||
# auth_key = AuthCredentials.api_key("01js3q6y7twaxccm5dbh3se9bt") # 없으면 None
|
||||
auth_cre= AuthCredentials.api_key(os.environ.get("01js3q6y7twaxccm5dbh3se9bt"))
|
||||
auth_cre= AuthCredentials.api_key("01js3q6y7twaxccm5dbh3se9bt")
|
||||
|
||||
# 커넥션 설정 (http, grpc 둘 다)
|
||||
connection_params = ConnectionParams.from_params(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user