Update app.py
Browse files
app.py
CHANGED
@@ -171,5 +171,5 @@ st.markdown("""This is a simple RAG application using Wikipedia API.
|
|
171 |
The model for chat is Mistral-7B-Instruct-v0.3.
|
172 |
Main libraries: Langchain (text splitting), Chromadb (vector store)
|
173 |
This RAG uses query expansion and re-ranking to improve the quality.
|
174 |
-
Feel free to check the files or DM me for any questions. Thank you."""
|
175 |
st.markdown("[Current agenda] Creating fallback for fuzzy keywords for wikipedia search")
|
|
|
171 |
The model for chat is Mistral-7B-Instruct-v0.3.
|
172 |
Main libraries: Langchain (text splitting), Chromadb (vector store)
|
173 |
This RAG uses query expansion and re-ranking to improve the quality.
|
174 |
+
Feel free to check the files or DM me for any questions. Thank you.""")
|
175 |
st.markdown("[Current agenda] Creating fallback for fuzzy keywords for wikipedia search")
|