Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,12 +23,9 @@ with st.sidebar:
|
|
23 |
st.divider()
|
24 |
st.markdown(
|
25 |
"""
|
26 |
-
|
27 |
-
Follow me on:
|
28 |
|
29 |
-
|
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 |
)
|