likaiqiang
likaiqiang
### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? babel-loader (webpack) ### Input code ```javascript rules: [ { test: /\.(?:js|mjs|cjs|jsx|ts|tsx)$/,...
At https://github.com/langchain-ai/langchainjs/blob/0.1.16/langchain-core/src/vectorstores.ts#L274 location and https://github.com/langchain-ai/langchainjs/blob/0.1.16/langchain-core/src/vectorstores.ts#L289 location, the similaritySearchVectorWithScore method is called with three arguments, but at https://github.com/langchain-ai/langchainjs/blob/0.1.16/libs/langchain-community/src/vectorstores/faiss.ts#L130 location, only two arguments are received. Where is the filter argument?