[PR #700] [MERGED] InMem Search #943

Closed
opened 2026-02-15 19:16:29 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/700
Author: @hinthornw
Created: 12/3/2024
Status: Merged
Merged: 12/4/2024
Merged by: @hinthornw

Base: mainHead: wfh/_/inmemvs


📝 Commits (6)

📊 Changes

6 files changed (+1560 additions, -128 deletions)

View changed files

📝 libs/checkpoint/src/store/base.ts (+343 -89)
📝 libs/checkpoint/src/store/memory.ts (+337 -39)
libs/checkpoint/src/store/utils.ts (+301 -0)
libs/checkpoint/src/tests/namespace.test.ts (+235 -0)
libs/checkpoint/src/tests/utils.test.ts (+79 -0)
libs/checkpoint/src/tests/vector.test.ts (+265 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/700 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 12/3/2024 **Status:** ✅ Merged **Merged:** 12/4/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/_/inmemvs` --- ### 📝 Commits (6) - [`ac57e80`](https://github.com/langchain-ai/langgraphjs/commit/ac57e80a38cba6a4650e7a18771fd18fbd7d448f) Add search to store - [`f84bac8`](https://github.com/langchain-ai/langgraphjs/commit/f84bac81ef667caab401c9e05f3f8c1a388734c1) Merge branch 'main' into wfh/_/inmemvs - [`95b3f83`](https://github.com/langchain-ai/langgraphjs/commit/95b3f838c0ca3992ba85deab567e6375aabb9c7b) No casting - [`3e45326`](https://github.com/langchain-ai/langgraphjs/commit/3e45326ad192a1e6f9077a640fc9a99ad123da69) ?? - [`8d1345a`](https://github.com/langchain-ai/langgraphjs/commit/8d1345a4c193c8776c0456f1c5fd3c57426c19eb) Revert "??" - [`b45352a`](https://github.com/langchain-ai/langgraphjs/commit/b45352adfb8218d6e53a061b4bfafb5446a2eaf6) ??|| ### 📊 Changes **6 files changed** (+1560 additions, -128 deletions) <details> <summary>View changed files</summary> 📝 `libs/checkpoint/src/store/base.ts` (+343 -89) 📝 `libs/checkpoint/src/store/memory.ts` (+337 -39) ➕ `libs/checkpoint/src/store/utils.ts` (+301 -0) ➕ `libs/checkpoint/src/tests/namespace.test.ts` (+235 -0) ➕ `libs/checkpoint/src/tests/utils.test.ts` (+79 -0) ➕ `libs/checkpoint/src/tests/vector.test.ts` (+265 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:16:29 -05:00
yindo closed this issue 2026-02-15 19:16:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#943