Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,8 @@ from langchain.embeddings import HuggingFaceEmbeddings
|
|
| 4 |
from langchain.chains import RetrievalQA
|
| 5 |
from langchain_community.vectorstores import FAISS
|
| 6 |
from langchain_core.prompts import PromptTemplate
|
| 7 |
-
|
|
|
|
| 8 |
import time
|
| 9 |
import translators as ts
|
| 10 |
from huggingface_hub import hf_hub_download
|
|
|
|
| 4 |
from langchain.chains import RetrievalQA
|
| 5 |
from langchain_community.vectorstores import FAISS
|
| 6 |
from langchain_core.prompts import PromptTemplate
|
| 7 |
+
|
| 8 |
+
from langchain_huggingface import HuggingFaceEmbeddings
|
| 9 |
import time
|
| 10 |
import translators as ts
|
| 11 |
from huggingface_hub import hf_hub_download
|