Spaces:
Sleeping
Sleeping
Update qa_txt.py
Browse files
qa_txt.py
CHANGED
|
@@ -7,7 +7,7 @@ from langchain.prompts.prompt import PromptTemplate
|
|
| 7 |
from pathlib import Path
|
| 8 |
from unidecode import unidecode
|
| 9 |
import tqdm
|
| 10 |
-
from
|
| 11 |
import accelerate
|
| 12 |
|
| 13 |
def load_doc(file_path):
|
|
|
|
| 7 |
from pathlib import Path
|
| 8 |
from unidecode import unidecode
|
| 9 |
import tqdm
|
| 10 |
+
from langchain_community.vectorstores import FAISS
|
| 11 |
import accelerate
|
| 12 |
|
| 13 |
def load_doc(file_path):
|