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 Request] Make available search engines calibratable #13

Closed zenodflow closed 5 months ago

zenodflow commented 5 months ago

Currently the model call can choose from all engines, but in reality some engines may not be available (e.g., no google API). We should make the available engines a parameter in parameter.py. Then, in examples/browse.py, calibrate it to duckduckgo.

daiwaid commented 5 months ago

Fixed with PR #15