Commit 9df2a22
feat: MemoryBases GUI Component (#12903)
* Memory Base component for LF GUI.
Added option session_id filtration to MemoryBase component. The component filters on all chat history for a particular flow, and keeps it session scoped based on the session_id filtration toggle.
fix: Add kb_path validation before metadata load
* chore: auto-bake note keys and regenerate backend locales/en.json [skip ci]
* chore: trigger CI checks
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: vijay kumar katuri <vijay.katuri@ibm.com>1 parent 79872f1 commit 9df2a22
12 files changed
Lines changed: 1103 additions & 91 deletions
File tree
- src
- backend
- base/langflow
- initial_setup/starter_projects
- locales
- tests/unit/components/files_and_knowledge
- lfx/src/lfx
- _assets
- components/files_and_knowledge
Lines changed: 3 additions & 7 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 9 deletions
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4508 | 4508 | | |
4509 | 4509 | | |
4510 | 4510 | | |
| 4511 | + | |
| 4512 | + | |
| 4513 | + | |
| 4514 | + | |
| 4515 | + | |
| 4516 | + | |
| 4517 | + | |
| 4518 | + | |
| 4519 | + | |
| 4520 | + | |
| 4521 | + | |
| 4522 | + | |
| 4523 | + | |
4511 | 4524 | | |
4512 | 4525 | | |
4513 | 4526 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments