langchain/langchain
Samuli Rauatmaa 66828ad231
add the existing OpenWeatherMap tool to the public api (#4292)
[OpenWeatherMapAPIWrapper](f70e18a5b3/docs/modules/agents/tools/examples/openweathermap.ipynb)
works wonderfully, but the _tool_ itself can't be used in master branch.

- added OpenWeatherMap **tool** to the public api, to be loadable with
`load_tools` by using "openweathermap-api" tool name (that name is used
in the existing
[docs](aff33d52c5/docs/modules/agents/tools/getting_started.md),
at the bottom of the page)
- updated OpenWeatherMap tool's **description** to make the input format
match what the API expects (e.g. `London,GB` instead of `'London,GB'`)
- added [ecosystem documentation page for
OpenWeatherMap](f9c41594fe/docs/ecosystem/openweathermap.md)
- added tool usage example to [OpenWeatherMap's
notebook](f9c41594fe/docs/modules/agents/tools/examples/openweathermap.ipynb)

Let me know if there's something I missed or something needs to be
updated! Or feel free to make edits yourself if that makes it easier for
you 🙂
2023-05-14 18:50:45 -07:00
..
agents add the existing OpenWeatherMap tool to the public api (#4292) 2023-05-14 18:50:45 -07:00
callbacks Harrison/structured chat mem (#4652) 2023-05-13 21:45:42 -07:00
chains add embedding router (#4644) 2023-05-13 21:47:01 -07:00
chat_models Harrison/azure content filter (#4645) 2023-05-13 21:46:51 -07:00
client [Breaking] Refactor Base Tracer(#4549) 2023-05-13 17:23:56 +00:00
docstore Add DocstoreFn - lookup doc via arbitrary function (#3760) 2023-04-28 19:50:32 -07:00
document_loaders Harrison/param notion db (#4689) 2023-05-14 18:26:25 -07:00
embeddings dont have openai_api_version by default (#4687) 2023-05-14 18:26:08 -07:00
evaluation Replace remaining usage of basellm with baselangmodel (#3981) 2023-05-02 21:52:29 -07:00
experimental Add RELLM and JSONFormer experimental LLM decoding (#4185) 2023-05-14 22:40:03 +00:00
graphs
indexes Replace remaining usage of basellm with baselangmodel (#3981) 2023-05-02 21:52:29 -07:00
llms agent serialization (#4642) 2023-05-13 21:47:10 -07:00
memory add warning for combined memory (#4688) 2023-05-14 18:26:16 -07:00
output_parsers Harrison/json new line (#4646) 2023-05-13 21:46:33 -07:00
prompts allow partials in from_template (#4638) 2023-05-13 21:47:20 -07:00
retrievers Harrison/virtual time (#4658) 2023-05-14 10:29:17 -07:00
tools add the existing OpenWeatherMap tool to the public api (#4292) 2023-05-14 18:50:45 -07:00
utilities Harrison/metaphor search (#4657) 2023-05-13 21:45:05 -07:00
vectorstores Harrison/typing of return (#4685) 2023-05-14 18:25:50 -07:00
__init__.py feat: Added class to support huggingface text generation inference server (#4447) 2023-05-12 07:32:37 -07:00
base_language.py Harrison/standard llm interface (#4615) 2023-05-13 09:05:31 -07:00
cache.py Optimize the initialization method of GPTCache (#4522) 2023-05-11 16:15:23 -07:00
docker-compose.yaml
document_transformers.py
example_generator.py Replace remaining usage of basellm with baselangmodel (#3981) 2023-05-02 21:52:29 -07:00
formatting.py
input.py
math_utils.py
model_laboratory.py
py.typed
python.py
requests.py
schema.py Add _type for all parsers (#4189) 2023-05-11 01:27:58 -07:00
serpapi.py
server.py
sql_database.py Vwp/sqlalchemy (#4145) 2023-05-04 20:46:38 -07:00
text_splitter.py Fix TextSplitter.from_tiktoken(#4361) 2023-05-08 16:36:38 -07:00
utils.py Harrison/virtual time (#4658) 2023-05-14 10:29:17 -07:00