File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ Agno's memory system provides persistent storage options to ensure memories are
1010
1111The Memory class supports different backend storage options through a pluggable database interface. Currently, Agno provides:
1212
13- 1 . [ SQLite Storage] ( /reference/memory/storage/sqlite.mdx )
14- 2 . [ PostgreSQL Storage] ( /reference/memory/storage/postgres.mdx )
15- 3 . [ MongoDB Storage] ( /reference/memory/storage/mongo.mdx )
16- 4 . [ Redis Storage] ( /reference/memory/storage/redis.mdx )
13+ 1 . [ SQLite Storage] ( /reference/memory/storage/sqlite )
14+ 2 . [ PostgreSQL Storage] ( /reference/memory/storage/postgres )
15+ 3 . [ MongoDB Storage] ( /reference/memory/storage/mongo )
16+ 4 . [ Redis Storage] ( /reference/memory/storage/redis )
1717
1818## Setting Up Storage
1919
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ agent.print_response("How many spaces are there and what are their names?")
4545| ` password ` | ` str ` | - | Confluence password or API key. Can also be set via environment variables CONFLUENCE_API_KEY or CONFLUENCE_PASSWORD. |
4646| ` url ` | ` str ` | - | Confluence instance URL. Can also be set via environment variable CONFLUENCE_URL. |
4747| ` api_key ` | ` str ` | - | Confluence API key (alternative to password). |
48+ | ` ssl_verify ` | ` bool ` | ` True ` | If True, verify the SSL certificate. |
4849
4950## Toolkit Functions
5051
You can’t perform that action at this time.
0 commit comments