-
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…
-
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…
-
### 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…
-
would like to save some cash during the initial experimenty/reverse engineering documentationy initial wave of development on the project, so don't want to hit up openai's api too much, especially for…
cazlo updated
1 month ago
-
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…
-
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
-
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…
-
I'm using elasticsearch 8.15 and ElasticsearchStore which generates the following warnimg. Can you suggest how to mitigate this warning other than ignoring it. Is it ignorable?
```
venv/lib/pyt…
-
### 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…