Interface: AzureCosmosNoSqlChatStoreConfig
Properties
containerName?
optional
containerName:string
Defined in
packages/llamaindex/src/storage/chatStore/AzureCosmosNoSqlChatStore.ts:53
cosmosClient?
optional
cosmosClient:CosmosClient
Defined in
packages/llamaindex/src/storage/chatStore/AzureCosmosNoSqlChatStore.ts:51
cosmosContainerProperties?
optional
cosmosContainerProperties:AzureCosmosChatContainerProperties
Defined in
packages/llamaindex/src/storage/chatStore/AzureCosmosNoSqlChatStore.ts:56
cosmosDatabaseProperties?
optional
cosmosDatabaseProperties:AzureCosmosChatDatabaseProperties
Defined in
packages/llamaindex/src/storage/chatStore/AzureCosmosNoSqlChatStore.ts:57
dbName?
optional
dbName:string
Defined in
packages/llamaindex/src/storage/chatStore/AzureCosmosNoSqlChatStore.ts:52
sessionId?
optional
sessionId:string
Defined in
packages/llamaindex/src/storage/chatStore/AzureCosmosNoSqlChatStore.ts:55
ttlInSeconds?
optional
ttlInSeconds:number
Defined in
packages/llamaindex/src/storage/chatStore/AzureCosmosNoSqlChatStore.ts:58
userId?
optional
userId:string
Defined in
packages/llamaindex/src/storage/chatStore/AzureCosmosNoSqlChatStore.ts:54