aigents / aigents-java

Aigents Java Core Platform
MIT License
29 stars 12 forks source link

Search support #13

Open akolonin opened 4 years ago

akolonin commented 4 years ago

Task:

  1. Add option to search web for A) texts with urls, B) image urls, C) videos with urls - using one of the following options. - DONE
  2. Make search results subject to monitoring - DONE
  3. Make search available in chat mode as a Question Answering, based on #22 - PROGRESS

Primary options:

  1. https://developers.google.com/custom-search/v1/overview#api_key - paid API ($5 per 1000 queries), "You can fine-tune the ranking, add your own promotions and customize the look and feel of the search results", with image search (Option 1) - DONE 1.2. Need to add pagination support - TODO
  2. https://serpapi.com/ - paid API ($50/month+), Google scalping, seems like the best choice, need to confirm with lawyer, with image search and video search (Option 2) 2.2. Basically - DONE 2.2. Need to add pagination support - TODO
  3. https://www.gigablast.com/ - paid API (Min $5, $1 per 1000 queries), https://www.gigablast.com/searchfeed.html (Option 3) - TODO

Secondary options:

akolonin commented 4 years ago

https://github.com/aigents/aigents-java/commit/9d22aa86f50bb7f7bc146df02bac61c843517e93 Split Serper implementations