Skip to content

Tags: shcallaway/langchainjs

Tags

0.0.113

Toggle 0.0.113's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update langsmith dep (langchain-ai#2017)

* Update langsmith dep

* tilde

0.0.112

Toggle 0.0.112's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Replicate output parsing for Llama 2 (langchain-ai#2003)

* Fix Replicate output parsing for Llama 2

* Update docs

0.0.111

Toggle 0.0.111's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add firestore chat message history (langchain-ai#1983)

* Add firestore

* Update tests

* Add firestore docs

* Remove redundant this.messages

* Readd package.json, cleanup

* Narrow import from firebase-admin

* Update docs with suggestive firestore rules

* Fix formatting

* Fix yarn link

---------

Co-authored-by: jacoblee93 <[email protected]>

0.0.110

Toggle 0.0.110's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fixes (langchain-ai#1974)

Thank you!

0.0.109

Toggle 0.0.109's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add integration with DataForSEO SERP API (langchain-ai#1857)

* added dataforseo api search wrapper

* rework parameters, minor fixes

* review fixes, refactorings, comments

* some minor changes

* optimize cleanupUnnecessaryItems

---------

Co-authored-by: Alexander <[email protected]>
Co-authored-by: jacoblee93 <[email protected]>

0.0.108

Toggle 0.0.108's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Handle function arguments parsing errors (langchain-ai#1893)

* Handle function arguments parsing errors

This PR introduces error handling for function arguments parsing in the `parseOutput` function.

**Changes**:

- A try-catch block has been added around the parsing of `function_call.arguments` with `JSON.parse` in the `parseOutput` function.
- If an error occurs during parsing, an error message is thrown. This message includes the text that failed to parse and the original error message.

**Rationale**:

The previous code did not handle errors when parsing `function_call.arguments`. This could lead to unclear feedback to the user when incorrect argument formats were provided. This change addresses this issue and provides clearer feedback when an error occurs.

* Use an OutputParserException for output errors

* Update error message

---------

Co-authored-by: jacoblee93 <[email protected]>

0.0.107

Toggle 0.0.107's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Creating sonix audio transcription document loader integration (langc…

…hain-ai#1917)

* Creating sonix audio transcription loader

* Rename to match convention, small docs updates

---------

Co-authored-by: jacoblee93 <[email protected]>

0.0.106

Toggle 0.0.106's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow ids passed into SupabaseVectorStore for upsertion, adds tests, …

…updates docs (langchain-ai#1915)

* Allow ids passed into SupabaseVectorStore for upsertion, adds tests, updates docs

* Change bad variable name

0.0.105

Toggle 0.0.105's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make OpenAI function chain docs more readable (langchain-ai#1902)

* Fix docs and Google Vertex integration test

* Update functions docs style

* Make OpenAI function chain docs more readable

0.0.104

Toggle 0.0.104's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(memory): throw error if no input/output key is specified and ther…

…e are multiple keys (langchain-ai#1778)

* fix(memory): throw error if no input/output key is specified and there are multiple keys

* Fix formatting

---------

Co-authored-by: jacoblee93 <[email protected]>