You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+31-2Lines changed: 31 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,8 +87,10 @@ memary will default to the locally run models unless explicitly specified. Addit
87
87
4. Update user persona which can be found in `streamlit_app/data/user_persona.txt` using the user persona template which can be found in `streamlit_app/data/user_persona_template.txt`. Instructions have been provided - replace the curly brackets with relevant information.
88
88
89
89
5.[Optional] Update system persona, if needed, which can be found in `streamlit_app/data/system_persona.txt`.
90
-
91
-
6. Run:
90
+
91
+
6.[Optional] Multi Graphs - Users who are using FalkorDB can generate multiple graphs and switch between their IDs, which correspond to different agents. This enables seamless transitions and management of different agents' memory and knowledge contexts.
92
+
93
+
7. Run:
92
94
93
95
```
94
96
cd streamlit_app
@@ -115,6 +117,33 @@ chat_agent = ChatAgent(
115
117
```
116
118
Pass in subset of `['search', 'vision', 'locate', 'stocks']` as `include_from_defaults` for different set of default tools upon initialization.
117
119
120
+
### Multi-Graph
121
+
When using FalkorDB database, you can create multi-agents. Here is an example of how to set up personal agents for different users:
0 commit comments