Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,8 @@ st.set_page_config(page_title = 'Simple RAG', page_icon = '⛓️', initial_side
|
|
| 30 |
|
| 31 |
st.sidebar.header('About')
|
| 32 |
st.sidebar.caption('Embeddings: Craig/paraphrase-MiniLM-L6-v2\n\
|
| 33 |
-
VectorDB: FAISS\
|
|
|
|
| 34 |
|
| 35 |
st.title('Simple RAG Application')
|
| 36 |
|
|
|
|
| 30 |
|
| 31 |
st.sidebar.header('About')
|
| 32 |
st.sidebar.caption('Embeddings: Craig/paraphrase-MiniLM-L6-v2\n\
|
| 33 |
+
VectorDB: FAISS\n\
|
| 34 |
+
LLM:Llama3-8b-8192')
|
| 35 |
|
| 36 |
st.title('Simple RAG Application')
|
| 37 |
|