We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc9e06 commit 48419a6Copy full SHA for 48419a6
1 file changed
agent_memory_toolkit/aio/cosmos_memory_client.py
@@ -89,6 +89,7 @@ def __init__(
89
self._cosmos_container = cosmos_container or "memories"
90
self._cosmos_counter_container = cosmos_counter_container or "counter"
91
self._cosmos_lease_container = cosmos_lease_container or "leases"
92
+ self._cosmos_throughput_mode = _resolve_cosmos_throughput_mode(cosmos_throughput_mode)
93
self._cosmos_autoscale_max_ru = _resolve_cosmos_provisioning_autoscale_max_ru(
94
throughput_mode=self._cosmos_throughput_mode,
95
autoscale_max_ru=cosmos_autoscale_max_ru,
0 commit comments