-
### Feature summary
Get user to trace their LLM usage on LangChain
### Feature description
Since this project uses LangChain to manage all the LLM requests, It would be great to let user to trace a…
-
* Not use Langchain Playwright -> directly playwright needs to be closed at some point so yield (browser set see url_playwright.py of langchain
-
I have the following program and I'd love to be able to showcase this or similar with LangTrace!
```javascript
const {ChatOpenAI, OpenAIEmbeddings} = require("@langchain/openai");
const {MemoryVe…
-
### Describe the bug
requirements.txt longchain versions can't work
### Steps to reproduce
I am on Mac, tried python versions 3.9, 3.10, 3.11, 3.13 with thousand of different versions for all langc…
-
Lets use this issue to describe what is needed to integrate DPK with Langchain and then do the actual integration work. cc @agoyal26
-
### Description
My usecase is that I have a LangChain/Langgraph agent that I would like to import and use in marimo.
I understand `mo.ai` enables llm access, and `mo.ui.chat` renders a chat box to i…
-
Implement our own version of
- RecursiveCharacterTextSplitter - you can use `splitString` from `bee-agent-framework/internals/string`
- cosineSimilarity - should be trivial
-
### Describe the bug
Issue with dependency versions
### Steps to reproduce
_No response_
### Expected behavior
_No response_
### Actual behavior
_No response_
### Branch
main
### Branch name…
-
### Feature request
The provided examples that leverage LangChain to create a representation all make use of `langchain.chains.question_answering.load_qa_chain` and the implementation is not very t…
Skar0 updated
2 weeks ago
-
If I initiate a LLM using langchain and use it in ui.Chat the output works as expected.
If I attempt to use LECL to chain prompts/llms together the output appears unparsed as a string representation…