getmagic-ai / kollaborate_v1

https://kollaborate-v1.vercel.app
0 stars 2 forks source link

[Search Pre Launch] Expand Search Results #22

Closed andylnkd closed 2 weeks ago

andylnkd commented 1 month ago

Improve the 'recall' of the Search API by expanding the result set with less constraints. Example if results are fewer remove location constraint or rerun the API using a different Search term quickly if it will expand the recall. This might take some iterations.

andylnkd commented 1 month ago

Another type of issue is with queries like https://www.kollaborate.co/search?query=Drone%20startups%20in%20Europe When you replace with USA, it still does not work https://www.kollaborate.co/search?query=Drone%20startups%20in%20USA

How can we simply remove constraints smartly to increase recall?

andylnkd commented 1 month ago

Notes:

  1. Goal: Aim to return 20 results per query approximately
  2. One option: use temperature setting to improve recall?