Sirus1 commited on
Commit
0b69770
·
1 Parent(s): 06d16ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ from langchain.vectorstores import Chroma
3
  from langchain.llms import OpenAI
4
  from langchain.chains.question_answering import load_qa_chain
5
  import os
 
6
 
7
  def preprocess(text):
8
  text = text.replace('\n', '')
 
3
  from langchain.llms import OpenAI
4
  from langchain.chains.question_answering import load_qa_chain
5
  import os
6
+ import fitz
7
 
8
  def preprocess(text):
9
  text = text.replace('\n', '')