Update app.py
Browse files
app.py
CHANGED
@@ -4,8 +4,9 @@ import pdfplumber
|
|
4 |
import docx
|
5 |
import nltk
|
6 |
import gradio as gr
|
|
|
7 |
from langchain_community.embeddings import (
|
8 |
-
HuggingFaceEmbeddings,
|
9 |
OpenAIEmbeddings,
|
10 |
CohereEmbeddings,
|
11 |
)
|
|
|
4 |
import docx
|
5 |
import nltk
|
6 |
import gradio as gr
|
7 |
+
from langchain_huggingface import HuggingFaceEmbeddings
|
8 |
from langchain_community.embeddings import (
|
9 |
+
#HuggingFaceEmbeddings,
|
10 |
OpenAIEmbeddings,
|
11 |
CohereEmbeddings,
|
12 |
)
|