Spaces:
Runtime error
Runtime error
Commit
·
cdb2b26
1
Parent(s):
13df24b
Update utils.py
Browse files
utils.py
CHANGED
@@ -22,7 +22,7 @@ from langchain.text_splitter import CharacterTextSplitter
|
|
22 |
from langchain.vectorstores.faiss import FAISS
|
23 |
|
24 |
book_url = 'https://www.linkedin.com/in/shreyasachdev/'
|
25 |
-
book_file = "
|
26 |
url = 'http://shreyasachdev.com/'
|
27 |
pickle_file = "open_ai.pkl"
|
28 |
index_file = "open_ai.index"
|
|
|
22 |
from langchain.vectorstores.faiss import FAISS
|
23 |
|
24 |
book_url = 'https://www.linkedin.com/in/shreyasachdev/'
|
25 |
+
book_file = "book.pdf"
|
26 |
url = 'http://shreyasachdev.com/'
|
27 |
pickle_file = "open_ai.pkl"
|
28 |
index_file = "open_ai.index"
|