Integrations
Flowise
Add CortexDB memory to Flowise flows with the CortexDB node.
CortexDB ships a Flowise node so you can add persistent memory to a flow visually.
Install
The node is bundled in the cortexdbai[flowise] integration (CortexDBNode); install it into your
Flowise environment, then add the CortexDB node from the node palette.
pip install cortexdbai[flowise]Configure the node
Drop the CortexDB node into your chatflow and set:
- API URL —
https://api-v1.cortexdb.ai(or your self-hosted URL) - Actor — e.g.
user:alice - Bearer token — your CortexDB token
- Scope — e.g.
org:acme/user:alice
Wire it as the memory input to your LLM / Agent node — it recalls context before the model runs and captures the exchange afterward.