Skip to content

MemorySearchScope Enum Class

This enum class defines the possible scopes for vector memory search, which can be either "organization" or "user".

memora.vector_db.base.MemorySearchScope

Bases: Enum

Attributes

ORGANIZATION class-attribute instance-attribute

ORGANIZATION = 'organization'

USER class-attribute instance-attribute

USER = 'user'