lakshmivairamani commited on
Commit
e603c05
1 Parent(s): 27d0e0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -160,9 +160,9 @@ For document-related questions, search and retrieve information from the uploade
160
 
161
  {{agent_scratchpad}}
162
  Question: {{input}}
163
- {{memory.buffer}}
164
- """
165
 
 
 
166
  #For SQL database-related questions, only use the fields available in the collegedb schema, which includes tables such as buildings, classrooms, college, course, faculty, interns, person, section, student, and textbook.
167
  prompt = ChatPromptTemplate.from_template(prompt_template)
168
 
 
160
 
161
  {{agent_scratchpad}}
162
  Question: {{input}}
 
 
163
 
164
+ """
165
+ #{{memory.buffer}}
166
  #For SQL database-related questions, only use the fields available in the collegedb schema, which includes tables such as buildings, classrooms, college, course, faculty, interns, person, section, student, and textbook.
167
  prompt = ChatPromptTemplate.from_template(prompt_template)
168