anasmkh commited on
Commit
9e00d8a
·
1 Parent(s): 640e1af

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -26,7 +26,7 @@ pipe = pipeline(
26
  local_llm = HuggingFacePipeline(pipeline=pipe)
27
  print(local_llm('What is the capital of Syria?'))
28
 
29
- loader = PyPDFLoader('biploar.pdf')
30
  # loader = TextLoader('info.txt')
31
  document = loader.load()
32
  text_spliter = CharacterTextSplitter(chunk_size=1000, chunk_overlap=0)
 
26
  local_llm = HuggingFacePipeline(pipeline=pipe)
27
  print(local_llm('What is the capital of Syria?'))
28
 
29
+ loader = PyPDFLoader('bipolar.pdf')
30
  # loader = TextLoader('info.txt')
31
  document = loader.load()
32
  text_spliter = CharacterTextSplitter(chunk_size=1000, chunk_overlap=0)