diff --git a/app/rag_chain.py b/app/rag_chain.py index 274cdb7..71a659b 100644 --- a/app/rag_chain.py +++ b/app/rag_chain.py @@ -98,7 +98,7 @@ def build_rag_chain(): client = weaviate.Client( - url="http://183.111.96.67:32668", # 예: http://localhost:8080 + url="http://183.111.96.67:32401", # 예: http://localhost:8080 auth_client_secret=weaviate.AuthApiKey(api_key="01js3q6y7twaxccm5dbh3se9bt"), additional_headers={ "X-OpenAI-Api-Key": OPENAI_API_KEY