-
After Installing hnswlib-node the issue persists-
![image](https://github.com/langchain-ai/langchainjs/assets/97914006/b60ce3c7-91f8-4c55-b1ce-9c74199fbd10)
-
Hey i was wondering if there, is a way to pass source documents when using a agent with a createRetrieverTool like this?
`import { ChatOpenAI } from '@langchain/openai'
import { Chroma } from '@la…
-
> Import like this:
>
> ```
> import {
> RecursiveCharacterTextSplitter,
> } from "langchain/text_splitter";
> ```
>
> Please reopen if that doesn't fix it!
I am already u…
-
### What happened?
It well hannened ever time if i'm asking Gemini with Traditional Chinese.
### Steps to Reproduce
This it's what the prompt i'm use:
`You are a helpful assistant. 你是一個樂於助人的助手。請…
-
I have a Node.js project with module format `commonjs`, I noticed the following errors when import LangChain packages:
```ts
import { ChatOpenAI } from "@langchain/openai";
import { ChatPromptTem…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain.js documentation with the integrated search.
- [X] I used the GitHub search to find a …
-
Afaik, we need to specify `LANGCHAIN_PROJECT` environment variable:
```
export LANGCHAIN_TRACING_V2=true
export LANGCHAIN_ENDPOINT="https://api.smith.langchain.com"
export LANGCHAIN_API_KEY=""
ex…
-
I recently made a simple Typescript function to create a VectorStore using HNSWLib-node.
It saves the vector store in a folder and then, in another script file, I load and execute a RetrievalQAChain …
-
Description:
I am encountering compilation errors with porting my VSCode extension from @azure/openai to langchain.
Here are the specific errors:
node_modules/langchain/dist/callbacks/handlers…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain.js documentation with the integrated search.
- [X] I used the GitHub search to fin…