Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions cloud/cloud-features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -197,15 +197,15 @@ You will see Autoscaling Configuration View. It's separated into downscaling par
| Low Cpu Threshold Duration | The duration for which the average CPU usage must exceed the threshold before triggering downscaling. |
| Downscaling Step | Determines by how many instances downscaling should take place in one go. For example with step set to 2 it will scale down from *Dev30* to *Dev10*. |

!["Autoscaling Configuration"](./assets/product-features-autocaling-configuration.png)
!["Autoscaling Configuration"](./assets/product-features-autoscaling-configuration.png)

You can edit Autoscaling parameters by clicking on **Edit** button.

!["Autoscaling Edit Configuration"](./assets/product-features-autocaling-configuration-edit.png)
!["Autoscaling Edit Configuration"](./assets/product-features-autoscaling-configuration-edit.png)



## AI Embeddings & GenAI
## AI Embeddings, GenAI & AI Agent

*RavenDB Cloud* provides an integrated solution that combines high-performance NoSQL capabilities with advanced vector
indexing and querying features, enabling efficient storage and management of high-dimensional vector data.
Expand All @@ -218,7 +218,7 @@ described [here](https://ravendb.net/docs/article-page/latest/csharp/ai-integrat
<Admonition type="info" title="Availability " id="availability" href="#availability">
AI Embeddings is available only for *RavenDB* **7.0 and newer**.

Gen AI is available only for *RavenDB* **7.1 and newer**.
Gen AI & AI Agent are available only for *RavenDB* **7.1 and newer**.
</Admonition>


Expand Down
Binary file not shown.
Binary file modified cloud/portal/assets/portal-product-features-enabled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 5 additions & 7 deletions cloud/portal/cloud-portal-products-tab.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -190,30 +190,28 @@ You can view features available for your product, enable, disable and configure
After enabling features some of them must be configured to work properly.
</Admonition>

!["Figure 19 - Manage Features: Enable features"](./assets/portal-product-features-disabled.png)

!["Figure 20 - Manage Features: Configure or disable features"](./assets/portal-product-features-enabled.png)
!["Figure 19 - Manage Features: Configure or disable features"](./assets/portal-product-features-enabled.png)

Available features are described on [Product Features](../cloud-features.mdx) page.
### Nodes: Additional product nodes

You can expand your cluster by adding *more product nodes* to your cluster. This helps improve *High Availability* and *task/load balancing*.

!["Figure 21 - Nodes: Manage additional nodes"](./assets/portal-product-nodes-additional-nodes.png)
!["Figure 20 - Nodes: Manage additional nodes"](./assets/portal-product-nodes-additional-nodes.png)

More details can be found [here](../cloud-scaling.mdx#additional-product-nodes---general).
### Maintenance and Danger Zones: Terminate and Restart your Instance
You can restart your product nodes, deploy additional tools and terminate your product here.

!["Figure 22 - Manage Product: Maintenance and Termination"](./assets/portal-product-details-maintenance-and-termination.png)
!["Figure 21 - Manage Product: Maintenance and Termination"](./assets/portal-product-details-maintenance-and-termination.png)
* **Maintenance Zone**
Use this tab to restart selected node and deploy RavenDB tools.

!["Figure 23 - Manage Product: Storage"](./assets/portal-product-details-maintenance-zone.png)
!["Figure 22 - Manage Product: Storage"](./assets/portal-product-details-maintenance-zone.png)
* **Danger Zone**
Use this tab's **Terminate** button to eliminate your cluster.

!["Figure 24 - Manage Product: Terminate"](./assets/portal-product-details-terminate-product.png)
!["Figure 23 - Manage Product: Terminate"](./assets/portal-product-details-terminate-product.png)

<Admonition type="danger" title="">
Terminating your instance is **irreversible**. Your data and cluster properties will be permanently lost.
Expand Down
Loading