griptape icon indicating copy to clipboard operation
griptape copied to clipboard

Generalized Text Search Solution

Open collindutter opened this issue 8 months ago • 2 comments

Users want to use Griptape to perform web searches with various search backends (https://github.com/griptape-ai/griptape/pull/296, and https://github.com/griptape-ai/griptape/pull/289). Similar to how we search vectors, I propose adding a generalized solution for non-vector search.

  • Tools
    • TextQueryClient (Replaces WebSearch)
  • Engines
    • TextQueryEngine
  • Drivers
    • GoogleSearchDriver
    • BingSearchDriver
    • DuckDuckGoSearchDriver
    • ArxivSearchDriver
  • Tasks
    • TextQueryTask (already exists, would use new TextQueryEngine)

collindutter avatar Oct 24 '23 22:10 collindutter

Can we include image search as part of this offering? For drivers, please also add Unsplash.

shhlife avatar Apr 05 '24 15:04 shhlife

Any plans to implement this soon?

ccr-fan-3000 avatar Apr 09 '24 19:04 ccr-fan-3000