Spaces:
Sleeping
Sleeping
robertselvam
commited on
Commit
•
02e0a2e
1
Parent(s):
293dfbe
Update app.py
Browse files
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="
|
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)
|