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/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 🙂
1 year ago
..
agents add the existing OpenWeatherMap tool to the public api (#4292) 1 year ago
callbacks Harrison/structured chat mem (#4652) 1 year ago
chains add embedding router (#4644) 1 year ago
chat_models Harrison/azure content filter (#4645) 1 year ago
client [Breaking] Refactor Base Tracer(#4549) 1 year ago
docstore Add `DocstoreFn` - lookup doc via arbitrary function (#3760) 1 year ago
document_loaders Harrison/param notion db (#4689) 1 year ago
embeddings dont have openai_api_version by default (#4687) 1 year ago
evaluation Replace remaining usage of basellm with baselangmodel (#3981) 1 year ago
experimental Add RELLM and JSONFormer experimental LLM decoding (#4185) 1 year ago
graphs Minor: Remove duplicated word in error message (#2706) 2 years ago
indexes Replace remaining usage of basellm with baselangmodel (#3981) 1 year ago
llms agent serialization (#4642) 1 year ago
memory add warning for combined memory (#4688) 1 year ago
output_parsers Harrison/json new line (#4646) 1 year ago
prompts allow partials in from_template (#4638) 1 year ago
retrievers Harrison/virtual time (#4658) 1 year ago
tools add the existing OpenWeatherMap tool to the public api (#4292) 1 year ago
utilities Harrison/metaphor search (#4657) 1 year ago
vectorstores Harrison/typing of return (#4685) 1 year ago
__init__.py feat: Added class to support huggingface text generation inference server (#4447) 1 year ago
base_language.py Harrison/standard llm interface (#4615) 1 year ago
cache.py Optimize the initialization method of GPTCache (#4522) 1 year ago
docker-compose.yaml Update docker-compose.yaml (#3582) 1 year ago
document_transformers.py Contextual compression retriever (#2915) 1 year ago
example_generator.py Replace remaining usage of basellm with baselangmodel (#3981) 1 year ago
formatting.py Validate `input_variables` when using `jinja2` templates (#3140) 1 year ago
input.py Add asyncio support for LLM (OpenAI), Chain (LLMChain, LLMMathChain), and Agent (#841) 2 years ago
math_utils.py fix #3884 (#3475) 1 year ago
model_laboratory.py Harrison/improve cache (#368) 2 years ago
py.typed Add py.typed marker to package (#121) 2 years ago
python.py Move PythonRepl -> langchain.utilities (#2917) 1 year ago
requests.py fixed aiohttp.client_exceptions.ClientConnectionError: Connection closed (#2718) 2 years ago
schema.py Add _type for all parsers (#4189) 1 year ago
serpapi.py move serpapi wrapper (#1199) 2 years ago
server.py Fix missing docker-compose (#2899) 1 year ago
sql_database.py Vwp/sqlalchemy (#4145) 1 year ago
text_splitter.py Fix TextSplitter.from_tiktoken(#4361) 1 year ago
utils.py Harrison/virtual time (#4658) 1 year ago