forked from langchain-ai/langchainjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: batch embedding queries, fix get client in tests (langchain-ai#2908
) * fix: batch embedding queries, fix get client in tests * fix: more efficient .push instead of .concat, fix jsdoc * nit: console log error inside catch * chore: lint files * fix: rename, add @deprecated jsdoc to _embedText * fix: jsdoc * chore: lint files * fix: scrap new method, instead refactor existing _embedText method * chore: lint files * fix: remove batching (caller does that) & update jsdoc comment
- Loading branch information
1 parent
5019bb4
commit 85586fa
Showing
2 changed files
with
72 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters