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
KyrianC 03178ee74f
community[minor]: Add tools calls to `ChatEdenAI` (#22320)
### Description  
Add tools implementation to `ChatEdenAI`:
- `bind_tools()`
- `with_structured_output()`

### Documentation 
Updated `docs/docs/integrations/chat/edenai.ipynb`

### Notes
We don´t support stream with tools as of yet. If stream is called with
tools we directly yield the whole message from `generate` (implemented
the same way as Anthropic did).
4 months ago
..
adapters
agent_toolkits
agents docs : Update docstrings for OpenAI base.py (#22221) 4 months ago
callbacks
chains community[minor]: Enable retrieval api calls in PebbloRetrievalQA (#21958) 4 months ago
chat_loaders
chat_message_histories
chat_models community[minor]: Add tools calls to `ChatEdenAI` (#22320) 4 months ago
cross_encoders
docstore
document_compressors
document_loaders community[minor]: Updating payload for pebblo discover API (#22309) 4 months ago
document_transformers
embeddings community[patch]: deprecate all HF classes (#22444) 4 months ago
example_selectors
graphs
indexes
llms community[patch]: deprecate all HF classes (#22444) 4 months ago
memory
output_parsers
query_constructors
retrievers
storage
tools
utilities
utils
vectorstores community[minor]: Improve Cassandra VectorStore as_retriever (#22465) 4 months ago
__init__.py
cache.py
py.typed