Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from langchain_community.vectorstores import FAISS
|
|
6 |
from langchain_community.llms import CTransformers
|
7 |
from langchain.chains import RetrievalQA
|
8 |
|
9 |
-
DB_FAISS_PATH = 'vectorstore/db_faiss'
|
10 |
|
11 |
custom_prompt_template = """Use the following pieces of information to answer the user's question. If you don't know the answer, just say that you don't know, don't try to make up an answer.
|
12 |
|
|
|
6 |
from langchain_community.llms import CTransformers
|
7 |
from langchain.chains import RetrievalQA
|
8 |
|
9 |
+
DB_FAISS_PATH = 'https://huggingface.co/spaces/GovindRaj/upload-pdf/tree/main/vectorstore/db_faiss'
|
10 |
|
11 |
custom_prompt_template = """Use the following pieces of information to answer the user's question. If you don't know the answer, just say that you don't know, don't try to make up an answer.
|
12 |
|