robertselvam commited on
Commit
02e0a2e
1 Parent(s): 293dfbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ class ChatDocumentQA:
99
  FAISS: Vector store created from the text chunks.
100
  """
101
  embeddings = AzureOpenAIEmbeddings(
102
- azure_deployment="openai_embedding",
103
  )
104
 
105
  return FAISS.from_documents(documents=text_chunks, embedding=embeddings)
 
99
  FAISS: Vector store created from the text chunks.
100
  """
101
  embeddings = AzureOpenAIEmbeddings(
102
+ azure_deployment="text-embedding-3-large",
103
  )
104
 
105
  return FAISS.from_documents(documents=text_chunks, embedding=embeddings)