-
**Describe the bug**
I follow a video demo that how create a Software development team with agents.
**To Reproduce**
Steps to reproduce the behavior:
1. import
[Software Development Team A…
-
LangchainJS has tracing built-in [1] and emits the same events to the tracing HTTP API. It would be great if this tool could also read events from the same API, or implement LangchainJS callbacks [2],…
-
I am using code from langchain example but got an error:
```
import { MemoryVectorStore } from "langchain/vectorstores/memory";
import { LLamaEmbeddings } from "llama-node/dist/extensions/langc…
-
There are a lot of typescript files includes in the srv folders for ai core and langchain - where do these come from? How did you create them? Are they generated or copied from somewhere? Lots of *mag…
-
## Describe the feature you'd like
Momento Memory
Docs: https://js.langchain.com/docs/modules/memory/examples/momento
## ✅Tasks
- [ ] Add Momento Memory node
## 🎯Acceptance Criteria
- [ ] Mo…
-
### What happened?
When I try to invoke this node file with import, it complains "To load an ES module, set "type": "module" in the package.json or use the .mjs extension."
import { ChromaClient }…
dsws updated
2 months ago
-
I have an Electron Webpack/TypeScript project created with Electron Forge.
This is the default `tsconfig.json` in this case: [webpack-typescript/tsconfig.json](https://github.com/electron/forge/blob/…
-
When using the code snippets for langchain and OpenAI described in the API docs here: https://epam-rail.com/dial_api#/paths/~1openai~1deployments~1%7BDeployment%20Name%7D~1embeddings/post, the code fa…
-
I'm experiencing the following issue while using ChatBedrockConverse:
"ValidationException: A conversation must alternate between user and assistant roles. Make sure the conversation alternates betwe…
-
Have you considered using langchain+some truely-open source model?
there's also a JS port of langchan + alpaca: https://github.com/linonetwo/langchain-alpaca
can't recommend any use-case specif…