ccurme

Results 21 issues of ccurme

🤖:improvement
size:L
partner
🔌: openai

- `llm_chain` becomes `Union[LLMChain, Runnable]` - `.from_llm` creates a runnable tested by verifying that docs/how_to/MultiQueryRetriever.ipynb runs unchanged with sync/async invoke (and that it runs if we specifically instantiate with LLMChain).

🤖:improvement
size:M
â±­: retriever

I experimented with a use case in which I initialize an AgentExecutor with an `agent` chain that is a RemoteRunnable. i.e., the client side looks like this: ```python from langchain.agents...

bug
investigate

size:L
â±­: core
community
langchain

https://github.com/langchain-ai/langchain/issues/29925

size:L

### Privileged issue - [x] I am a LangChain maintainer, or was asked directly by a LangChain maintainer to create an issue here. ### Issue Content We should prefer cached...

### Privileged issue - [x] I am a LangChain maintainer, or was asked directly by a LangChain maintainer to create an issue here. ### Issue Content Implement a standalone package...

help wanted
â±­: models

### Privileged issue - [x] I am a LangChain maintainer, or was asked directly by a LangChain maintainer to create an issue here. ### Issue Content If there is an...

help wanted

### Privileged issue - [x] I am a LangChain maintainer, or was asked directly by a LangChain maintainer to create an issue here. ### Issue Content `ChatAnthropic.get_num_tokens_from_messages` uses Anthropic's [token...

🤖:bug
investigate