dhorvath commited on
Commit
43ce80c
·
verified ·
1 Parent(s): 2d936c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -23,12 +23,9 @@ with st.sidebar:
23
  st.divider()
24
  st.markdown(
25
  """
26
- ---
27
- Follow me on:
28
 
29
- 𝕏 [@tonykipkemboi](https://twitter.com/tonykipkemboi)
30
-
31
- LinkedIn → [Tony Kipkemboi](https://www.linkedin.com/in/tonykipkemboi)
32
 
33
  """
34
  )
 
23
  st.divider()
24
  st.markdown(
25
  """
26
+ **Under the hood:**
 
27
 
28
+ Large language models like ChatGPT excel at general queries but can falter on specialized topics. Our service uses LlamaIndex for Retrieval Augmented Generation (RAG), pulling data directly from trusted sources like the US Department of Transportation (DOT) and airline customer service documents. This ensures a more reliable chatbot that provides accurate information tailored to your specific needs, rather than relying on broad internet data.
 
 
29
 
30
  """
31
  )