Update app.py
Browse files
app.py
CHANGED
@@ -100,8 +100,7 @@ Query translation in a Retrieval-Augmented Generation (RAG) architecture is the
|
|
100 |
The LLM reformulates the input into a succinct and effective query optimized for the retrieval system's semantic search capabilities.
|
101 |
|
102 |
### Purpose
|
103 |
-
This ensures that the retrieval system receives a clear and focused query, increasing the relevance of the information it retrieves. The query translator acts as a bridge between human conversational language and the technical requirements of a semantic retrieval system.
|
104 |
-
"""
|
105 |
# User ID Input
|
106 |
user_id = st.text_input("Experiment ID:", key="user_id")
|
107 |
|
|
|
100 |
The LLM reformulates the input into a succinct and effective query optimized for the retrieval system's semantic search capabilities.
|
101 |
|
102 |
### Purpose
|
103 |
+
This ensures that the retrieval system receives a clear and focused query, increasing the relevance of the information it retrieves. The query translator acts as a bridge between human conversational language and the technical requirements of a semantic retrieval system.""")
|
|
|
104 |
# User ID Input
|
105 |
user_id = st.text_input("Experiment ID:", key="user_id")
|
106 |
|