Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,9 +5,9 @@ from huggingface_hub import InferenceClient
|
|
| 5 |
|
| 6 |
from scraper import scrape
|
| 7 |
|
| 8 |
-
from
|
| 9 |
-
from
|
| 10 |
-
from
|
| 11 |
|
| 12 |
|
| 13 |
# =====================================================
|
|
|
|
| 5 |
|
| 6 |
from scraper import scrape
|
| 7 |
|
| 8 |
+
from langchain_text_splitters import RecursiveCharacterTextSplitter
|
| 9 |
+
from langchain_community.embeddings import HuggingFaceEmbeddings
|
| 10 |
+
from langchain_community.vectorstores import FAISS
|
| 11 |
|
| 12 |
|
| 13 |
# =====================================================
|