hearchco / agent

Agent for Hearchco built using Go.
https://hearch.co
GNU Affero General Public License v3.0
19 stars 1 forks source link

feat: Suggestions API #335

Closed aleksasiriski closed 2 weeks ago

aleksasiriski commented 2 weeks ago

Closes #327

Agent/backend has the support to retrieve suggestions either via our custom JSON response or the OpenSearch Suggestions API standard. This means that browsers can also use Hearchco for suggestions as well as that our frontend has easier to work with types (the standard is awful IMHO).