Spaces:
Sleeping
Sleeping
SHAMIL SHAHBAZ AWAN
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,8 +19,8 @@ groq_client = Client(api_key=HUGGINGFACE_KEY)
|
|
| 19 |
embedder = SentenceTransformer('sentence-transformers/all-MiniLM-L6-v2')
|
| 20 |
|
| 21 |
# Paths
|
| 22 |
-
DOCUMENTS_FOLDER = "documents
|
| 23 |
-
VECTORSTORE_FOLDER = "vectorstore
|
| 24 |
|
| 25 |
# Initialize FAISS vector store
|
| 26 |
if not os.path.exists(VECTORSTORE_FOLDER):
|
|
|
|
| 19 |
embedder = SentenceTransformer('sentence-transformers/all-MiniLM-L6-v2')
|
| 20 |
|
| 21 |
# Paths
|
| 22 |
+
DOCUMENTS_FOLDER = "documents"
|
| 23 |
+
VECTORSTORE_FOLDER = "vectorstore"
|
| 24 |
|
| 25 |
# Initialize FAISS vector store
|
| 26 |
if not os.path.exists(VECTORSTORE_FOLDER):
|