8000 server : (webui) introduce conversation branching + idb storage by ngxson · Pull Request #11792 · ggml-org/llama.cpp · GitHub
[go: up one dir, main page]

Skip to content

server : (webui) introduce conversation branching + idb storage #11792

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

Merged
merged 5 commits into from
Feb 10, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
more clarification
  • Loading branch information
ngxson committed Feb 10, 2025
commit d74e6f74b323a27d931333e04e70cfd3bcc41dec
2 changes: 2 additions & 0 deletions examples/server/webui/src/utils/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ const StorageUtils = {
},
/**
* use in conjunction with getMessages to filter messages by leafNodeId
* includeRoot: whether to include the root node in the result
* if node with leafNodeId does not exist, return the path with the latest timestamp
*/
filterByLeafNodeId(
msgs: Readonly<Message[]>,
Expand Down
0