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

no verify option

parent da5dfa4b
No related branches found
No related tags found
1 merge request!3Feature/azure2
......@@ -104,8 +104,7 @@ embedding = OpenAIEmbeddings(
openai_api_base="https://nlp-openai-svc.openai.azure.com",
openai_api_type="azure",
openai_api_key=OPENAI_API_KEY,
chunk_size=1,
verify=False
chunk_size=1
)
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