abcsys / libem

Compound AI toolchain for fast and accurate entity matching, powered by LLMs.
https://libem.org
Apache License 2.0
19 stars 3 forks source link

feat: add duckduckgo search and make it default #10

Closed daiwaid closed 5 months ago

daiwaid commented 5 months ago

simple duckduckgo search using the langchain tool, some refactoring to separate search-engine-specific code

zenodflow commented 5 months ago

If browse still works: https://github.com/abcsys/libem/blob/main/examples/browse.py, let's make duckduckgo the default?

daiwaid commented 5 months ago

browse.py works and duckduckgo is the default.

zenodflow commented 5 months ago

Nice!