Table of Contents

Class AzureCosmosDBContainers

Namespace
FoundationaLLM.Common.Constants
Assembly
FoundationaLLM.Common.dll

Core FoundationaLLM Cosmos DB container names.

public static class AzureCosmosDBContainers
Inheritance
AzureCosmosDBContainers
Inherited Members

Fields

Agents

Stores agent resource references.

public const string Agents = "Agents"

Field Value

string

Attachments

Stores file attachment references.

public const string Attachments = "Attachments"

Field Value

string

CompletionsCache

The vector store for cached completions (used by the semantic cache service).

public const string CompletionsCache = "CompletionsCache"

Field Value

string

ExternalResources

Stores information about external resources (e.g., Azure OpenAI assistants threads and files).

public const string ExternalResources = "ExternalResources"

Field Value

string

Leases

The Cosmos DB change feed leases container.

public const string Leases = "leases"

Field Value

string

Operations

Stores context for long running operations.

public const string Operations = "Operations"

Field Value

string

Sessions

Stores chat sessions and related messages.

public const string Sessions = "Sessions"

Field Value

string

State

Stores state data for background processing.

public const string State = "State"

Field Value

string

UserProfiles

Stores user profile data.

public const string UserProfiles = "UserProfiles"

Field Value

string

UserSessions

Stores a mapping between user identities and chat sessions.

public const string UserSessions = "UserSessions"

Field Value

string