Supermemory Adapters¶
memio.providers.supermemory.SupermemoryFactAdapter ¶
FactStore implementation backed by Supermemory.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
api_key
|
str | None
|
Supermemory API key. If not provided, reads from
|
None
|
memio.providers.supermemory.SupermemoryDocumentAdapter ¶
DocumentStore implementation backed by Supermemory.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
api_key
|
str | None
|
Supermemory API key. If not provided, reads from
|
None
|
container_tag
|
str | None
|
Optional default container tag to scope all document operations. Maps to a user, project, or other grouping identifier. |
None
|