Jan Mühlnikel commited on
Commit
845db90
·
1 Parent(s): 4fa711d

added some filter descriptions

Browse files
Files changed (1) hide show
  1. similarity_page.py +6 -4
similarity_page.py CHANGED
@@ -138,10 +138,12 @@ embeddings = load_embeddings_and_index()
138
  def show_multi_matching_page():
139
  #st.write(f"Current RAM usage of this app: {get_process_memory():.2f} MB")
140
  st.caption("""
141
- Multi-project matching allows you to search for projects within the selected filter setting to find another similar project.
142
- The second matching project must not qualify for the selected filter and is calculated by an AI similarity score comparing the projects.
143
- This App includes all in the IATI Database listed Projects of following Organizations: BMZ, KFW, GIZ, IAD, ADB, AFDB, EIB, WB, WBTF and the German Federal Foreign Office (AA).
144
- """)
 
 
145
 
146
  col1, col2, col3 = st.columns([10, 1, 10])
147
  with col1:
 
138
  def show_multi_matching_page():
139
  #st.write(f"Current RAM usage of this app: {get_process_memory():.2f} MB")
140
  st.caption("""
141
+ The Multi-Project Matching Feature uncovers synergy opportunities among various development banks and organizations by facilitating the search for
142
+ similar projects within a selected filter setting. This innovative tool leverages an AI-driven similarity score to compare all available projects
143
+ against those meeting the filter criteria, identifying potential matches that may not directly qualify under the selected filter settings.
144
+ It integrates projects listed in the IATI database from leading organizations, including BMZ, KfW, GIZ, IAD, ADB, AfDB, EIB, WB, WBTF, and the German
145
+ Federal Foreign Office (AA), offering a comprehensive platform for enhancing collaboration and maximizing the impact of development efforts.
146
+ """)
147
 
148
  col1, col2, col3 = st.columns([10, 1, 10])
149
  with col1: