Skip to content

Tags: jdubois/langchainjs

Tags

0.0.169

Toggle 0.0.169's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adds base URL support for Cloudflare WorkersAI (langchain-ai#2970)

* Adds base URL support

* Cleanup

0.0.168

Toggle 0.0.168's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adds Cloudflare Workers AI LLM and chat model (langchain-ai#2923)

* Adds Cloudflare Workers AI LLM and chat model

* Formatting

0.0.167

Toggle 0.0.167's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Vercel KV base store (langchain-ai#2912)

* Allow ParentDocumentRetriever to subclass MultiVectorRetreiver

* Initial vercel/kv wrapper

* Fixups

* Add entrypoint

* Remove subclassing

* Update ParentDocumentRetriever

* Update entrypoints

0.0.166

Toggle 0.0.166's commit message

Verified

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

* x

* wip

* Composition over inheritance

* Add test

* Revert Bedrock change

* Fix lint

* Further reduce changes

---------

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

0.0.165

Toggle 0.0.165's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix CustomListOutputParser format instructions (langchain-ai#2860)

* Fix format instruction of CustomListOutputParser when length is undefined

* removing temporary example

* Fix formatting

---------

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

0.0.164

Toggle 0.0.164's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix: Convert Neo4j Integers to strings in the result sets (langchain-…

…ai#2841)

* Convert Neo4j Integers to strings in the resultsets

So the LLMs can interpret them correctly.
Added to test.

* Update Cypher test to pass (missing ";")

Also a bit of refactor to make sure we close the connection after
each test.

* Add neo4j schema test

* Fix integration tests

* Fix integration test

* Fix test

---------

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

0.0.163

Toggle 0.0.163's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adds metadata filtering for SemanticSimilarityExampleSelector, update…

…s docs (langchain-ai#2834)

* Adds metadata filtering for SemanticSimilarityExampleSelector, updates docs

* Update docs

0.0.162

Toggle 0.0.162's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add runnable lambda from method (langchain-ai#2827)

* Expose iterable readable stream, add runnable lambda from method

* Remove stream export

0.0.161

Toggle 0.0.161's commit message

Verified

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

0.0.160

Toggle 0.0.160's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix: Corrected typos (langchain-ai#2793)