You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/reference/modules
blob42 3ecdea8be4
SearxNG meta search api helper (#854)
This is a work in progress PR to track my progres.

## TODO:

- [x]  Get results using the specifed searx host
- [x]  Prioritize returning an  `answer`  or results otherwise
    - [ ] expose the field `infobox` when available
    - [ ] expose `score` of result to help agent's decision
- [ ] expose the `suggestions` field to agents so they could try new
queries if no results are found with the orignial query ?

- [ ] Dynamic tool description for agents ?
- Searx offers many engines and a search syntax that agents can take
advantage of. It would be nice to generate a dynamic Tool description so
that it can be used many times as a tool but for different purposes.

- [x]  Limit number of results
- [ ]   Implement paging
- [x]  Miror the usage of the Google Search tool
- [x] easy selection of search engines
- [x]  Documentation
    - [ ] update HowTo guide notebook on Search Tools
- [ ] Handle async 
- [ ]  Tests

###  Add examples / documentation on possible uses with
 - [ ]  getting factual answers with `!wiki` option and `infoboxes`
 - [ ]  getting `suggestions`
 - [ ]  getting `corrections`

---------

Co-authored-by: blob42 <spike@w530>
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
1 year ago
..
agents.rst Docs refactor (#480) 1 year ago
chains.rst Docs refactor (#480) 1 year ago
docstore.rst Docs refactor (#480) 1 year ago
embeddings.rst Docs refactor (#480) 1 year ago
example_selector.rst Docs refactor (#480) 1 year ago
llms.rst Docs refactor (#480) 1 year ago
prompt.rst Docs refactor (#480) 1 year ago
python.rst Docs refactor (#480) 1 year ago
searx_search.rst SearxNG meta search api helper (#854) 1 year ago
serpapi.rst Docs refactor (#480) 1 year ago
text_splitter.rst Docs refactor (#480) 1 year ago
vectorstore.rst Docs refactor (#480) 1 year ago