You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re-Ranking of Vector Search Results! SentenceTransformer('all-MiniLM-L6-v2') used to re-rank and filter similarity-search results. LARS is now officially a RRAG app: Retrieval & Re-Ranking AR!
# We do not modify the force_enable_rag or force_disable_rag flags in this method, we simply respond to them here. UI updates should handle those flags.
@@ -3320,7 +3349,7 @@ def get_references():
3320
3349
3321
3350
ifdocs_have_relevant_info:
3322
3351
3323
-
refer_pages_string="<br><br><h6>Refer to the following pages in the mentioned docs:</h6>"
3352
+
refer_pages_string="<br><br><h6>Additional data may be found in the following documents & pages:</h6>"
0 commit comments