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/libs/community/langchain_community
Zhichao HAN 5cf06db3b3
community[minor]: add JsonRequestsWrapper tool (#15374)
**Description:** This new feature enhances the flexibility of pipeline
integration, particularly when working with RESTful APIs.
``JsonRequestsWrapper`` allows for the decoding of JSON output, instead
of the only option for text output.

---------

Co-authored-by: Zhichao HAN <hanzhichao2000@hotmail.com>
8 months ago
..
adapters community[patch]: Add safe lookup to OpenAI response adapter (#14765) 9 months ago
agent_toolkits feat(community): make Amadeus toolkit LLM-agnostic (#15879) 8 months ago
callbacks community: add new gpt-3.5-turbo-1106 finetuned for cost calculation (#16039) 8 months ago
chat_loaders Do not issue beta or deprecation warnings on internal calls (#15641) 9 months ago
chat_message_histories [community]: Elasticsearch chat history encoding (#15055) 9 months ago
chat_models community[patch]: fix tongyi completion and params error (#15544) 8 months ago
docstore
document_loaders community[minor]: Added document loader for SurrealDB (#15995) 8 months ago
document_transformers community[minor]: Adding asynchronous function implementation for Doctran (#15941) 8 months ago
embeddings community[patch]: fix top_p type hint (#15452) 8 months ago
graphs
indexes
llms community[patch]: fix top_p type hint (#15452) 8 months ago
output_parsers community[minor], langchain[minor]: refactor `output_parsers` Rail (#15852) 8 months ago
retrievers community: add collection_properties parameter to Milvus (#15788) 9 months ago
storage Add a BaseStore backed by AstraDB (#15812) 8 months ago
tools community[minor]: add JsonRequestsWrapper tool (#15374) 8 months ago
utilities community[minor]: add JsonRequestsWrapper tool (#15374) 8 months ago
utils openai[minor]: implement langchain-openai package (#15503) 9 months ago
vectorstores community[minor]: Update pgvecto_rs to use its high level sdk (#15574) 8 months ago
__init__.py
cache.py Do not issue beta or deprecation warnings on internal calls (#15641) 9 months ago
py.typed