GovindRaj commited on
Commit
936652d
·
verified ·
1 Parent(s): d7e7c8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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