ashwincv0112 commited on
Commit
3b351a5
1 Parent(s): 7c87a27

Changed the document name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from langchain.chains.question_answering import load_qa_chain
5
  from langchain.llms import OpenAI
6
  import os
7
 
8
- with open("guide1.txt") as f:
9
  hitchhikersguide = f.read()
10
 
11
  text_splitter = CharacterTextSplitter(chunk_size=1000, chunk_overlap=0, separator = "\n")
 
5
  from langchain.llms import OpenAI
6
  import os
7
 
8
+ with open("Data_Engineering.txt") as f:
9
  hitchhikersguide = f.read()
10
 
11
  text_splitter = CharacterTextSplitter(chunk_size=1000, chunk_overlap=0, separator = "\n")