ccurme

Results 21 issues of ccurme

Implements https://github.com/hwchase17/langchain/issues/94 Here we add tests to verify that jupyter notebooks execute without error. This should pick up obvious cases where we break documentation (e.g., we move something and break...

- **Description:** expand docstring for RunnableParallel - **Issue:** https://github.com/langchain-ai/langchain/issues/16462 Feel free to modify this or let me know how it can be improved!

auto:documentation
size:M

- `.get_relevant_documents(query)` -> `.invoke(query)` - `.get_relevant_documents(query=query)` -> `.invoke(query)` - `.get_relevant_documents(query, callbacks=callbacks)` -> `.invoke(query, config={"callbacks": callbacks})` - `.get_relevant_documents(query, **kwargs)` -> `.invoke(query, **kwargs)`

🔌: weaviate
â±­: vector store
🤖:improvement
🔌: milvus
🔌: redis
size:L
partner
â±­: retriever
🔌: neo4j
🔌: postgres

docs, cookbooks, templates

â±­: doc loader
🤖:docs
🔌: aws
🔌: elasticsearch
template
size:M
â±­: retriever
🔌: google
🔌: cohere

lgtm
🤖:improvement
size:M
partner

``` +-----------+ | __start__ | +-----------+ * * * +-------+ | agent |* ****+-------+ **** **** * **** **** * **** ** * **** +-----------------+ * ** | should_continue |**...

### Privileged issue - [X] I am a LangChain maintainer, or was asked directly by a LangChain maintainer to create an issue here. ### Issue Content - [x] ~max_iterations~ handled...

Following https://github.com/langchain-ai/langgraph/issues/265, here we add support for early stopping (e.g., via `max_iterations` or `max_execution_time`) as in AgentExecutor. WIP: looking for feedback on the general strategy for incorporating AgentExecutor's attributes, eventually...

OpenAI recently added a `stream_options` parameter to its chat completions API (see [release notes](https://platform.openai.com/docs/changelog/added-chat-completions-stream-usage)). When this parameter is set to `{"usage": True}`, an extra "empty" message is added to the...

🤖:improvement
size:L
partner
🔌: openai