-
### 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…
-
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…
-
This was a design decision way back taken from how langchain (python) was designed. In practice, this doesn't seem useful. It acts like a sort of cache, if you are writing the same document to the v…
-
After updating ipex-llm, running llama3.1 through langchain and ollama no longer works.
A simple reproducer:
```python
# pip install langchain langchain_community
from langchain_community.llms i…
-
### 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…
-
https://github.com/feder-cr/Auto_Jobs_Applier_AIHawk/blob/a11381f4b838f489e9b80c42ae4ed6b04b3b862c/main.py#L11
-
https://cloud.google.com/blog/products/databases/alloydb-for-postgresql-columnar-engine
-
### 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…
-
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 import Ag…
-
### 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…