svishal2001 commited on
Commit
cdb2b26
1 Parent(s): 13df24b

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
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 = "Book.pdf"
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"