Skip to content
Snippets Groups Projects
Commit da5dfa4b authored by Ryan Melvin's avatar Ryan Melvin
Browse files

check without ssl

parent b99d26a0
No related branches found
No related tags found
1 merge request!3Feature/azure2
...@@ -104,7 +104,8 @@ embedding = OpenAIEmbeddings( ...@@ -104,7 +104,8 @@ embedding = OpenAIEmbeddings(
openai_api_base="https://nlp-openai-svc.openai.azure.com", openai_api_base="https://nlp-openai-svc.openai.azure.com",
openai_api_type="azure", openai_api_type="azure",
openai_api_key=OPENAI_API_KEY, openai_api_key=OPENAI_API_KEY,
chunk_size=1 chunk_size=1,
verify=False
) )
vectordb = FAISS.load_local("faiss_index", embedding) vectordb = FAISS.load_local("faiss_index", embedding)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment