From 96a199be35aa44b8a729b0a20d0361c41fbd9efc Mon Sep 17 00:00:00 2001 From: Kyriakos Akriotis Date: Thu, 30 Jan 2025 14:37:10 +0000 Subject: [PATCH] fixed typos #189 --- ...pose-remote-ollama-endpoints-to-your-developmentd-machine.md | 2 +- docs/blueprints/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/blueprints/by-use-case/ai/securely-expose-remote-ollama-endpoints-to-your-developmentd-machine.md b/docs/blueprints/by-use-case/ai/securely-expose-remote-ollama-endpoints-to-your-developmentd-machine.md index 32f4b6e13..3b25e18e2 100644 --- a/docs/blueprints/by-use-case/ai/securely-expose-remote-ollama-endpoints-to-your-developmentd-machine.md +++ b/docs/blueprints/by-use-case/ai/securely-expose-remote-ollama-endpoints-to-your-developmentd-machine.md @@ -8,7 +8,7 @@ tags: [ollama, vpn] Exposing Ollama endpoints directly from your cloud environment to your local development machine can be highly beneficial, especially when it comes to optimizing the use of expensive resources like GPUs and integrating them with local cost-effective development hardware. -The benefits of integrating remote Ollama endpoints to local development workflows are are multi-faceted but not limited to: +The benefits of integrating remote Ollama endpoints to local development workflows are multi-faceted but not limited to: - **Enhanced Development Workflow** : By securely exposing Ollama endpoints locally, you can streamline the development process. This setup allows you to test changes in real-time without deploying them in a public or external environment, accelerating iteration and debugging. - **Data Privacy and Security** : Keeping data within your local machine minimizes exposure to potential security vulnerabilities associated with cloud environments. By ensuring secure access protocols (such as HTTPS), you protect sensitive information from unauthorized access. diff --git a/docs/blueprints/index.md b/docs/blueprints/index.md index b22d500b2..a3a2020ca 100644 --- a/docs/blueprints/index.md +++ b/docs/blueprints/index.md @@ -6,6 +6,6 @@ sidebar_position: 1 # Blueprints -Welcome to the Open Telekom Cloud Architecture Center Best Practices. This section offers comprehensive guidance for designing and implementing cloud solutions tailored to various use cases and industries. Here you can find pre-built architectures and reference models for a wide range of scenarios, such as disaster recovery, big data processing, AI/ML workloads, microservices, DevOps, and automation. These blueprints provide organizations with step-by-step guides, architectural patterns, and real-world case studies, helping them quickly deploy cloud solutions that address specific operational needs and optimize workflows while ensuring scalability, security, and cost-efficiency. +Welcome to the Open Telekom Cloud Architecture Center Blueprints. This section offers comprehensive guidance for designing and implementing cloud solutions tailored to various use cases and industries. Here you can find pre-built architectures and reference models for a wide range of scenarios, such as disaster recovery, big data processing, AI/ML workloads, microservices, DevOps, and automation. These blueprints provide organizations with step-by-step guides, architectural patterns, and real-world case studies, helping them quickly deploy cloud solutions that address specific operational needs and optimize workflows while ensuring scalability, security, and cost-efficiency. Additionally, *Blueprints* are organized into two key areas: "Blueprints by Use Cases" and "Blueprints by Industry." The former focuses on general-purpose solutions that address common business and technical challenges, while the latter provides industry-specific architectures that meet the unique regulatory and operational requirements of sectors such as aerospace, finance, government, healthcare, and telecommunications. By leveraging these blueprints, organizations can accelerate their cloud adoption, improve operational efficiency, and ensure their solutions are optimized for performance, security, and compliance across diverse environments.