Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ embeddings = HuggingFaceEmbeddings()
|
|
| 18 |
# Load the vector database with embeddings
|
| 19 |
vectorstore = FAISS.load_local("vectorstore.db", embeddings=embeddings,allow_dangerous_deserialization=True)
|
| 20 |
# Load the vector database
|
| 21 |
-
|
| 22 |
retriever = vectorstore.as_retriever()
|
| 23 |
|
| 24 |
# Define LLM configuration
|
|
|
|
| 18 |
# Load the vector database with embeddings
|
| 19 |
vectorstore = FAISS.load_local("vectorstore.db", embeddings=embeddings,allow_dangerous_deserialization=True)
|
| 20 |
# Load the vector database
|
| 21 |
+
|
| 22 |
retriever = vectorstore.as_retriever()
|
| 23 |
|
| 24 |
# Define LLM configuration
|