Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: violations of expectations chain #2945

Merged
merged 26 commits into from
Oct 19, 2023
Merged

Feat: violations of expectations chain #2945

merged 26 commits into from
Oct 19, 2023

Conversation

bracesproul
Copy link
Collaborator

@bracesproul bracesproul commented Oct 17, 2023

Based on this paper
Implemented because will be useful for the long term memory app

@dosubot dosubot bot added the auto:enhancement A large net-new component, integration, or chain. Use sparingly. The largest features label Oct 17, 2023
@vercel
Copy link

vercel bot commented Oct 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
langchainjs-docs 🛑 Canceled (Inspect) Oct 18, 2023 7:55pm

@bracesproul bracesproul mentioned this pull request Oct 17, 2023
@bracesproul bracesproul changed the title feat: violations of expectations chain Feat: violations of expectations chain Oct 18, 2023
@bracesproul bracesproul marked this pull request as ready for review October 18, 2023 19:06
@jacoblee93
Copy link
Collaborator

jacoblee93 commented Oct 18, 2023

This is really neat, would say belongs in experimental at the moment though - perhaps a notebook showing off an example flow as well?

langchain/experimental/chains/violation_of_expectation

The idea is you'll call this on a new message in the chat history right?

@jacoblee93 jacoblee93 self-assigned this Oct 18, 2023
@jacoblee93 jacoblee93 added the close PRs that need one or two touch-ups to be ready label Oct 18, 2023
@bracesproul
Copy link
Collaborator Author

bracesproul commented Oct 18, 2023

This is really neat, would say belongs in experimental at the moment though - perhaps a notebook showing off an example flow as well?

langchain/experimental/chains/violation_of_expectation

The idea is you'll call this on a new message in the chat history right?

Experimental is probably a good idea, will refactor.

I've set it up to take in an entire chat, and process them all at once. I didn't think it would make sense to set it up in a way where it runs once for each chat message, because that implies use while a chat is ongoing. Since it's so slow (iterating and making LLM calls for every message) I don't think that's practical.

@jacoblee93
Copy link
Collaborator

Thank you!

@jacoblee93 jacoblee93 merged commit 23a2b24 into main Oct 19, 2023
12 checks passed
@jacoblee93 jacoblee93 deleted the feat/voe-chain branch October 19, 2023 05:06
nicolewhite pushed a commit to autoblocksai/javascript-sdk that referenced this pull request Oct 31, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [langchain](https://github.com/langchain-ai/langchainjs) |
[`^0.0.165` ->
`^0.0.175`](https://renovatebot.com/diffs/npm/langchain/0.0.165/0.0.175)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/langchain/0.0.175?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/langchain/0.0.175?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/langchain/0.0.165/0.0.175?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/langchain/0.0.165/0.0.175?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>langchain-ai/langchainjs (langchain)</summary>

###
[`v0.0.175`](https://github.com/langchain-ai/langchainjs/releases/tag/0.0.175)

[Compare
Source](https://github.com/langchain-ai/langchainjs/compare/0.0.174...0.0.175)

#### What's Changed

- Release 0.0.174 by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#3064
- Adds basic critique revise cookbook by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#3067
- fix: calculate Milvus textlength in bytes by
[@&#8203;kurtmoser](https://github.com/kurtmoser) in
[langchain-ai/langchainjs#3079
- Add Convex integration by
[@&#8203;xixixao](https://github.com/xixixao) in
[langchain-ai/langchainjs#2977
- Make "IN-filters" possible for Vercel Postgres Metadata by
[@&#8203;rbouschery](https://github.com/rbouschery) in
[langchain-ai/langchainjs#3040
- Fix Convex typo by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#3081

#### New Contributors

- [@&#8203;kurtmoser](https://github.com/kurtmoser) made their first
contribution in
[langchain-ai/langchainjs#3079
- [@&#8203;xixixao](https://github.com/xixixao) made their first
contribution in
[langchain-ai/langchainjs#2977
- [@&#8203;rbouschery](https://github.com/rbouschery) made their first
contribution in
[langchain-ai/langchainjs#3040

**Full Changelog**:
langchain-ai/langchainjs@0.0.174...0.0.175

###
[`v0.0.174`](https://github.com/langchain-ai/langchainjs/releases/tag/0.0.174)

[Compare
Source](https://github.com/langchain-ai/langchainjs/compare/0.0.173...0.0.174)

#### What's Changed

- Release 0.0.173 by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#3054
- fix: LANGCHAIN_VERBOSE=false does not turn off verbose logging. by
[@&#8203;xianminx](https://github.com/xianminx) in
[langchain-ai/langchainjs#3057
- Format by [@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#3058
- fix: improper markdown links by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#3061
- Adds MMR search for Pinecone by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#3059
- Allow vectorstore retrievers in SemanticSimilarityExampleSelector.ts
by [@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#3056
- Add getOutputValue to langchain/memory exports by
[@&#8203;mattmcgiv](https://github.com/mattmcgiv) in
[langchain-ai/langchainjs#3060

#### New Contributors

- [@&#8203;xianminx](https://github.com/xianminx) made their first
contribution in
[langchain-ai/langchainjs#3057
- [@&#8203;mattmcgiv](https://github.com/mattmcgiv) made their first
contribution in
[langchain-ai/langchainjs#3060

**Full Changelog**:
langchain-ai/langchainjs@0.0.173...0.0.174

###
[`v0.0.173`](https://github.com/langchain-ai/langchainjs/releases/tag/0.0.173)

[Compare
Source](https://github.com/langchain-ai/langchainjs/compare/0.0.172...0.0.173)

#### What's Changed

- Release 0.0.172 by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#3030
- feat: base storage docs by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#2984
- Refactor docs, add Scrimba course by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#3032
- Hide storage docs for now by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#3034
- Update broken link on SerpApi documentation by
[@&#8203;hilmanski](https://github.com/hilmanski) in
[langchain-ai/langchainjs#3033
- Fix broken docs links by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#3035
- feat: added openai functions output parser class by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#3029
- feat: added agent xml output parser class by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#3037
- Use node: prefixed deps by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#3038
- Add cookbook section and rewrite-retrieve-read example by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#3039
- Update deps in cookbook by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#3046
- fix: remove .js from imports in examples by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#3047
- Fix: bug where pgvector cant add more than chunk size by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#3049
- Add new scrims to docs by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#3050
- Use prepared statements + add concurrency for Cassandra by
[@&#8203;mieslep](https://github.com/mieslep) in
[langchain-ai/langchainjs#3043
- fix: add util for formatting docs page content by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#3048
- Feat: runnable examples in agent how to docs by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#3027
- feat: rag fusion notebook by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#3051

#### New Contributors

- [@&#8203;hilmanski](https://github.com/hilmanski) made their first
contribution in
[langchain-ai/langchainjs#3033
- [@&#8203;mieslep](https://github.com/mieslep) made their first
contribution in
[langchain-ai/langchainjs#3043

**Full Changelog**:
langchain-ai/langchainjs@0.0.172...0.0.173

###
[`v0.0.172`](https://github.com/langchain-ai/langchainjs/releases/tag/0.0.172)

[Compare
Source](https://github.com/langchain-ai/langchainjs/compare/0.0.171...0.0.172)

#### What's Changed

- Release 0.0.171 by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#3019
- Avoid hardcoding embedding size to OpenAI dimensions in Qdrant client
by [@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#3024
- Remove more hard-coded values by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#3025
- feat: added react output parser and tests by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#3020
- Feat: generic file system kv store by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#3013
- Respect organization in OpenAIEmbeddings by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#3028

**Full Changelog**:
langchain-ai/langchainjs@0.0.171...0.0.172

###
[`v0.0.171`](https://github.com/langchain-ai/langchainjs/releases/tag/0.0.171)

[Compare
Source](https://github.com/langchain-ai/langchainjs/compare/0.0.170...0.0.171)

#### What's Changed

- Release 0.0.170 by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#2996
- fix: updated title of docs and file name by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#2997
- Chore/neo4j security note by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#2998
- IterableReadableStream.fromReadableStream reader releaseLock by
[@&#8203;AIXGEEK](https://github.com/AIXGEEK) in
[langchain-ai/langchainjs#3003
- Ensure shell expansions are quoted in docs workflows. by
[@&#8203;obi1kenobi](https://github.com/obi1kenobi) in
[langchain-ai/langchainjs#3014
- Upgrade `actions/checkout` to v4 in all workflows. by
[@&#8203;obi1kenobi](https://github.com/obi1kenobi) in
[langchain-ai/langchainjs#3015
- fix top_p value by [@&#8203;hemanth](https://github.com/hemanth) in
[langchain-ai/langchainjs#3008
- nit: add missing eslint disable any to runnable passthrough by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#3017
- Feat: added runnable examples to agent docs by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#3000
- WebPDFLoader: allow usage of custom pdfjs build by
[@&#8203;DennisKo](https://github.com/DennisKo) in
[langchain-ai/langchainjs#3010
- Feat/parent doc score threshold by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#3011
- Llama2 node-llama-cpp chat module by
[@&#8203;nigel-daniels](https://github.com/nigel-daniels) in
[langchain-ai/langchainjs#2999
- Add support for cassandra filtering, update docs by
[@&#8203;alexleventer](https://github.com/alexleventer) in
[langchain-ai/langchainjs#2967
- feat: update mvi integration for more metadata types by
[@&#8203;malandis](https://github.com/malandis) in
[langchain-ai/langchainjs#3002

#### New Contributors

- [@&#8203;AIXGEEK](https://github.com/AIXGEEK) made their first
contribution in
[langchain-ai/langchainjs#3003
- [@&#8203;hemanth](https://github.com/hemanth) made their first
contribution in
[langchain-ai/langchainjs#3008
- [@&#8203;DennisKo](https://github.com/DennisKo) made their first
contribution in
[langchain-ai/langchainjs#3010

**Full Changelog**:
langchain-ai/langchainjs@0.0.170...0.0.171

###
[`v0.0.170`](https://github.com/langchain-ai/langchainjs/releases/tag/0.0.170)

[Compare
Source](https://github.com/langchain-ai/langchainjs/compare/0.0.169...0.0.170)

##### What's Changed

- Release 0.0.169 by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#2971
- fix: show voe notebook in docs by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#2973
- Revert "fix: show voe notebook in docs" by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#2974
- fix: wildcard suffix for yielding keys by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#2980
- Feat/security notice openapi by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#2959
- feat: SQL chain security disclaimers to documentation & JSDoc by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#2962
- fix: update links to langchain org by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#2983
- Fixed order of LCEL menu and added tables in interface page by
[@&#8203;tsensei](https://github.com/tsensei) in
[langchain-ai/langchainjs#2986
- Add exports, small CI fix by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#2993
- Sveltekit - deployment guide by
[@&#8203;SimonPrammer](https://github.com/SimonPrammer) in
[langchain-ai/langchainjs#2987
- feat: added invoke method to chat model docs by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#2981
- fix: add missing codeblock import by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#2994
- Run format on docs PRs by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#2995
- Add ERNIE-Bot-4 from Baidu Wenxin Qianfan by
[@&#8203;sunner](https://github.com/sunner) in
[langchain-ai/langchainjs#2969
- Feat/upstash redis storage by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#2963
- feat: runnables powered agent by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#2927
- Feat: runnable assign by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#2948
- fix: ensure metadata is cast to jsonb for pgvector by
[@&#8203;devinburnette](https://github.com/devinburnette) in
[langchain-ai/langchainjs#2949
- Get transcript text by ID in AssemblyAI by
[@&#8203;Swimburger](https://github.com/Swimburger) in
[langchain-ai/langchainjs#2582

##### New Contributors

- [@&#8203;devinburnette](https://github.com/devinburnette) made their
first contribution in
[langchain-ai/langchainjs#2949

**Full Changelog**:
langchain-ai/langchainjs@0.0.169...0.0.170

###
[`v0.0.169`](https://github.com/langchain-ai/langchainjs/releases/tag/0.0.169)

[Compare
Source](https://github.com/langchain-ai/langchainjs/compare/0.0.168...0.0.169)

##### What's Changed

- Release 0.0.168 by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#2950
- Add build + docs deploy step in GHA by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#2957
- Fixed typo in documentation by
[@&#8203;tsensei](https://github.com/tsensei) in
[langchain-ai/langchainjs#2952
- Feat: general security doc by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#2958
- zep: Add native MMR to Zep Retriever by
[@&#8203;danielchalef](https://github.com/danielchalef) in
[langchain-ai/langchainjs#2955
- add delete for faiss by [@&#8203;ewfian](https://github.com/ewfian)
in
[langchain-ai/langchainjs#2924
- Weaviate - throw error if storing vectors fails by
[@&#8203;the-powerpointer](https://github.com/the-powerpointer) in
[langchain-ai/langchainjs#2942
- Add missing CI action env by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#2965
- LLMonitor Callback Handler: fix tracking users on agents by
[@&#8203;vincelwt](https://github.com/vincelwt) in
[langchain-ai/langchainjs#2941
- Add YandexGPT Chat model by
[@&#8203;tyumentsev4](https://github.com/tyumentsev4) in
[langchain-ai/langchainjs#2930
- Remove preview deploy for now by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#2968
- Feat: violations of expectations chain by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#2945
- Adds base URL support for Cloudflare WorkersAI by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#2970

##### New Contributors

- [@&#8203;tsensei](https://github.com/tsensei) made their first
contribution in
[langchain-ai/langchainjs#2952

**Full Changelog**:
langchain-ai/langchainjs@0.0.168...0.0.169

###
[`v0.0.168`](https://github.com/langchain-ai/langchainjs/releases/tag/0.0.168)

[Compare
Source](https://github.com/langchain-ai/langchainjs/compare/0.0.167...0.0.168)

#### What's Changed

- Release 0.0.167 by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#2916
- Mark the docs scripts files as executable. by
[@&#8203;obi1kenobi](https://github.com/obi1kenobi) in
[langchain-ai/langchainjs#2932
- Add more memory to linter by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#2934
- Update repo path to point to `langchain-ai` GitHub org. by
[@&#8203;obi1kenobi](https://github.com/obi1kenobi) in
[langchain-ai/langchainjs#2933
- fix: update llm_streaming_stream_method.ts doc by
[@&#8203;cjbt](https://github.com/cjbt) in
[langchain-ai/langchainjs#2929
- Make format_instructions an optional argument in chat agent by
[@&#8203;EKMeyerson](https://github.com/EKMeyerson) in
[langchain-ai/langchainjs#2931
- Update graph_db_custom_prompt.ts by
[@&#8203;tomasonjo](https://github.com/tomasonjo) in
[langchain-ai/langchainjs#2920
- Simplify docs structure, remove skeleton by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#2935
- Run build in series by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#2936
- Remove snippets by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#2937
- Use SWC to generate AST by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#2939
- WIP: add runManager.handleLLMNewToken missing call by
[@&#8203;ivoneijr](https://github.com/ivoneijr) in
[langchain-ai/langchainjs#2910
- Run exports tests in parallel on GitHub CI. by
[@&#8203;obi1kenobi](https://github.com/obi1kenobi) in
[langchain-ai/langchainjs#2944
- feat: add CloseVector as VectorStore provider by
[@&#8203;jo32](https://github.com/jo32) in
[langchain-ai/langchainjs#2832
- Feature: Add Fake integration support to match Python library by
[@&#8203;frankolson](https://github.com/frankolson) in
[langchain-ai/langchainjs#2928
- Adds Cloudflare Workers AI LLM and chat model by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#2923

#### New Contributors

- [@&#8203;cjbt](https://github.com/cjbt) made their first
contribution in
[langchain-ai/langchainjs#2929
- [@&#8203;EKMeyerson](https://github.com/EKMeyerson) made their first
contribution in
[langchain-ai/langchainjs#2931
- [@&#8203;jo32](https://github.com/jo32) made their first
contribution in
[langchain-ai/langchainjs#2832
- [@&#8203;frankolson](https://github.com/frankolson) made their first
contribution in
[langchain-ai/langchainjs#2928

**Full Changelog**:
langchain-ai/langchainjs@0.0.167...0.0.168

###
[`v0.0.167`](https://github.com/langchain-ai/langchainjs/releases/tag/0.0.167)

[Compare
Source](https://github.com/langchain-ai/langchainjs/compare/0.0.166...0.0.167)

#### What's Changed

- Release 0.0.166 by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#2894
- elasticsearch: customize user-agent for es client by
[@&#8203;TattdCodeMonkey](https://github.com/TattdCodeMonkey) in
[langchain-ai/langchainjs#2897
- Chore: update SQL popular chain docs to use runnables by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#2877
- fix: hide from sidebar by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#2909
- Chore: conversational QA docs to use Runnables by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#2890
- refactor: openai function calling docs by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#2893
- chore: added why use LCEL doc by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#2900
- fix: batch embedding queries, fix get client in tests by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#2908
- Improve Cassandra vector store docs by
[@&#8203;alexleventer](https://github.com/alexleventer) in
[langchain-ai/langchainjs#2903
- feat: Add Neo4j vector store by
[@&#8203;easwee](https://github.com/easwee) in
[langchain-ai/langchainjs#2852
- Add YandexGPT LLM model by
[@&#8203;tyumentsev4](https://github.com/tyumentsev4) in
[langchain-ai/langchainjs#2906
- Allow ParentDocumentRetriever to subclass MultiVectorRetriever by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#2853
- Add neo4j vector index docs by
[@&#8203;tomasonjo](https://github.com/tomasonjo) in
[langchain-ai/langchainjs#2895
- Docs updates by [@&#8203;jacoblee93](https://github.com/jacoblee93)
in
[langchain-ai/langchainjs#2915
- Add Vercel KV base store by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#2912

#### New Contributors

- [@&#8203;TattdCodeMonkey](https://github.com/TattdCodeMonkey) made
their first contribution in
[langchain-ai/langchainjs#2897

**Full Changelog**:
langchain-ai/langchainjs@0.0.166...0.0.167

###
[`v0.0.166`](https://github.com/langchain-ai/langchainjs/releases/tag/0.0.166)

[Compare
Source](https://github.com/langchain-ai/langchainjs/compare/0.0.165...0.0.166)

#### What's Changed

- Release 0.0.165 by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#2870
- Update docs for model streaming by
[@&#8203;jacoblee93](https://github.com/jacoblee93) in
[langchain-ai/langchainjs#2887
- Remote Runnables by [@&#8203;efriis](https://github.com/efriis) in
[langchain-ai/langchainjs#2828
- added force default filter option to mergeFilters by
[@&#8203;valdo99](https://github.com/valdo99) in
[langchain-ai/langchainjs#2882
- Implement max marginal relevance search for Supabase vector store by
[@&#8203;carlobeltrame](https://github.com/carlobeltrame) in
[langchain-ai/langchainjs#2800
- feat: add momento vector index as a vector store provider by
[@&#8203;malandis](https://github.com/malandis) in
[langchain-ai/langchainjs#2851
- Fix: validate input or throw when using MessagesPlaceholder by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#2874
- Feat: added new advanced convo qa runnables use case doc by
[@&#8203;bracesproul](https://github.com/bracesproul) in
[langchain-ai/langchainjs#2889
- Unstructured API - additional props by
[@&#8203;perstarkse](https://github.com/perstarkse) in
[langchain-ai/langchainjs#2888
- Add AnthropicFunctionsBedrock by
[@&#8203;efriis](https://github.com/efriis) in
[langchain-ai/langchainjs#2892

#### New Contributors

- [@&#8203;valdo99](https://github.com/valdo99) made their first
contribution in
[langchain-ai/langchainjs#2882
- [@&#8203;carlobeltrame](https://github.com/carlobeltrame) made their
first contribution in
[langchain-ai/langchainjs#2800
- [@&#8203;perstarkse](https://github.com/perstarkse) made their first
contribution in
[langchain-ai/langchainjs#2888

**Full Changelog**:
langchain-ai/langchainjs@0.0.165...0.0.166

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/autoblocksai/javascript-sdk).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nicole White <nicole@autoblocks.ai>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:enhancement A large net-new component, integration, or chain. Use sparingly. The largest features close PRs that need one or two touch-ups to be ready
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants