northstaranlyticsma24 commited on
Commit
63f54b3
·
verified ·
1 Parent(s): 1660040

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -77,6 +77,9 @@ def process_text_file(file: AskFileResponse):
77
 
78
  @cl.on_chat_start
79
  async def on_chat_start():
 
 
 
80
  files = None
81
 
82
  # Wait for the user to upload a file
 
77
 
78
  @cl.on_chat_start
79
  async def on_chat_start():
80
+
81
+ await cl.Message(content="Hello! This is a simply but powerful RAG app. It will build context on the fly & use LCEL chain to help with your questions. Special Bonus: this app will cache seen docs so it will expand knowledge base with every use!!").send()
82
+
83
  files = None
84
 
85
  # Wait for the user to upload a file