-
I was trying to implement your interruptible langchain example by moulding it to my usecase.As we can call the tools in OpenAI,similarly I wanted to implement the tools with langchain.Is there a way t…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
https://python.langchain.com/en/latest/modules/callbacks/getting_started.html
-
### Description
Love the project,
we need to add a langchain Document interface, which I am more than happy to do it but just a few questions:
- each node will become a document
- the content wi…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a…
-
`mongodb-rag-ingest` package is using very old `langchain: ^0.1.16` dependency, which is inconsistent with newer `@langchain/xzy` used in `mongodb-rag-core`.
Relates to #455
-
I noticed that since there is no memory hosting the past work done by the custom multi-agent, is it possible to merge the Langchain to store the input/output of past records for each agent to use in f…
M340i updated
4 months ago
-
### Problem
Langchain 0.3 has been released since 16 Sep. https://python.langchain.com/docs/versions/v0_3/
This one might involve some migration to support. Changes are mainly regarding migrating…
-
### Feature request
Although the langsmith experiment viewing interface is pretty good for basic usecases, for my (quite complicated) usecase I would like to build a custom offline experiment compari…
-
From the sample code, I can trace the following execution logic. From the process perspective, it will obtain the current result and the next action through LLMs execution, and continue to execute the…