quarkiverse / quarkus-langchain4j

Quarkus Langchain4j extension
https://docs.quarkiverse.io/quarkus-langchain4j/dev/index.html
Apache License 2.0
116 stars 65 forks source link

Add a module that autoconfigures `GoogleCustomWebSearchEngine` #654

Open geoand opened 4 weeks ago

geoand commented 4 weeks ago

dev.langchain4j.web.search.google.customsearch.GoogleCustomWebSearchEngine is in langchain4j-web-search-engine-google-custom.

We can certainly add our own extension that provides auto-configuration for this and allows it to be used automatically in tools

This is a follow up to #652