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
Attachments
Stores file attachment references.
public const string Attachments = "Attachments"
  Field Value
CompletionsCache
The vector store for cached completions (used by the semantic cache service).
public const string CompletionsCache = "CompletionsCache"
  Field Value
DataPipelines
Stores objects managed by the FoundationaLLM.DataPipeline resource provider.
public const string DataPipelines = "DataPipelines"
  Field Value
ExternalResources
Stores information about external resources (e.g., Azure OpenAI assistants threads and files).
public const string ExternalResources = "ExternalResources"
  Field Value
Leases
The Cosmos DB change feed leases container.
public const string Leases = "leases"
  Field Value
Operations
Stores context for long running operations.
public const string Operations = "Operations"
  Field Value
Sessions
Stores chat sessions and related messages.
public const string Sessions = "Sessions"
  Field Value
State
Stores state data for background processing.
public const string State = "State"
  Field Value
UserProfiles
Stores user profile data.
public const string UserProfiles = "UserProfiles"
  Field Value
UserSessions
Stores a mapping between user identities and chat sessions.
public const string UserSessions = "UserSessions"