Paul-Joshi commited on
Commit
d5308b2
1 Parent(s): d364fe2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ def main():
88
  doc_splits = method_get_text_chunks(raw_text)
89
  # create vector store
90
  vector_store = method_get_vectorstore(doc_splits)
91
- Generate response using the RAG pipeline
92
  answer = get_context_retriever_chain(vector_store,question)
93
  # Display the generated answer
94
  split_string = "Question: " + str(question)
 
88
  doc_splits = method_get_text_chunks(raw_text)
89
  # create vector store
90
  vector_store = method_get_vectorstore(doc_splits)
91
+ #Generate response using the RAG pipeline
92
  answer = get_context_retriever_chain(vector_store,question)
93
  # Display the generated answer
94
  split_string = "Question: " + str(question)