Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,9 +29,13 @@ Question:{input}
|
|
| 29 |
st.set_page_config(page_title = 'Simple RAG', page_icon = '⛓️', initial_sidebar_state = 'collapsed')
|
| 30 |
|
| 31 |
st.sidebar.header('About')
|
| 32 |
-
st.sidebar.
|
| 33 |
-
|
| 34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
|
| 36 |
st.title('Simple RAG Application')
|
| 37 |
|
|
|
|
| 29 |
st.set_page_config(page_title = 'Simple RAG', page_icon = '⛓️', initial_sidebar_state = 'collapsed')
|
| 30 |
|
| 31 |
st.sidebar.header('About')
|
| 32 |
+
st.sidebar.markdown(
|
| 33 |
+
"""
|
| 34 |
+
Embeddings: Craig/paraphrase-MiniLM-L6-v2
|
| 35 |
+
VectorDB: FAISS
|
| 36 |
+
LLM: Llama3-8b-8192
|
| 37 |
+
"""
|
| 38 |
+
)
|
| 39 |
|
| 40 |
st.title('Simple RAG Application')
|
| 41 |
|