From f7ec4f4f3b33db18b9b049212fb0b1e7206853e5 Mon Sep 17 00:00:00 2001 From: Kyriakos Akriotis Date: Fri, 24 Jan 2025 06:48:41 +0000 Subject: [PATCH] added articles placeholders and new category #189 #190 --- docs/blueprints/by-use-case/ai/_category_.json | 7 +++++++ docs/blueprints/by-use-case/ai/index.md | 10 ++++++++++ ...te-ollama-endpoints-to-your-developmentd-machine.md | 8 ++++++++ docs/blueprints/by-use-case/computing/index.md | 2 +- .../establish-a-p2s-vpn-connection-with-a-vpc.md | 7 +++++++ 5 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 docs/blueprints/by-use-case/ai/_category_.json create mode 100644 docs/blueprints/by-use-case/ai/index.md create mode 100644 docs/blueprints/by-use-case/ai/securely-expose-remote-ollama-endpoints-to-your-developmentd-machine.md create mode 100644 docs/blueprints/by-use-case/networking/establish-a-p2s-vpn-connection-with-a-vpc.md diff --git a/docs/blueprints/by-use-case/ai/_category_.json b/docs/blueprints/by-use-case/ai/_category_.json new file mode 100644 index 000000000..c55add88d --- /dev/null +++ b/docs/blueprints/by-use-case/ai/_category_.json @@ -0,0 +1,7 @@ +{ + "label": "AI & LLMs", + "link": { + "type": "doc", + "id": "ai" + } +} \ No newline at end of file diff --git a/docs/blueprints/by-use-case/ai/index.md b/docs/blueprints/by-use-case/ai/index.md new file mode 100644 index 000000000..bc72869ef --- /dev/null +++ b/docs/blueprints/by-use-case/ai/index.md @@ -0,0 +1,10 @@ +--- +id: ai +title: AI & LLMs +--- + +# AI & LLMs + +This category is dedicated to exploring how Open Telekom Cloud can be leveraged to build robust artificial intelligence solutions that incorporate large language models. As AI continues to transform industries by enabling smarter applications and automating complex tasks, understanding the cloud architecture that supports such advancements becomes crucial. This section provides insights into optimizing deployments, managing resources efficiently, and scaling applications seamlessly on Open Telekom Cloud's infrastructure. With a focus on real-world use cases, it guides developers and architects through the nuances of integrating AI workloads with LLMs, ensuring high performance and reliability. + +Here, you'll find articles that dive into best practices for deploying AI models, including how to handle data processing, storage, and security in an efficient manner. Whether you're looking to implement cutting-edge natural language processing solutions or enhance machine learning pipelines, this category serves as your resource hub in the Open Telekom Cloud world. 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 new file mode 100644 index 000000000..a69888bd9 --- /dev/null +++ b/docs/blueprints/by-use-case/ai/securely-expose-remote-ollama-endpoints-to-your-developmentd-machine.md @@ -0,0 +1,8 @@ +--- +id: securely-expose-remote-ollama-endpoints-to-your-developmentd-machine +title: Securely Expose Remote Ollama Endpoints to your Development Machine +tags: [ollama, vpn] +--- + +# Securely Expose Remote Ollama Endpoints to your Development Machine + diff --git a/docs/blueprints/by-use-case/computing/index.md b/docs/blueprints/by-use-case/computing/index.md index f928d443a..470c49ff9 100644 --- a/docs/blueprints/by-use-case/computing/index.md +++ b/docs/blueprints/by-use-case/computing/index.md @@ -5,4 +5,4 @@ title: Computing # Computing -In this category, you can find guidance for building and managing computing solutions on Open Telekom Cloud. Topics include virtual machines, containerization, serverless computing, and high-performance computing architectures. Here are also provided recommendations for workload optimization, auto-scaling, and cost management, enabling organizations to efficiently handle diverse computing demands while maintaining reliability, security, and scalability. \ No newline at end of file +In this category, you can find guidance for building and managing computing solutions on Open Telekom Cloud. Topics include virtual machines, containerization, serverless computing, and high-performance computing architectures. Here are also provided recommendations for workload optimization, auto-scaling, and cost management, enabling organizations to efficiently handle diverse computing demands while maintaining reliability, security, and scalability. diff --git a/docs/blueprints/by-use-case/networking/establish-a-p2s-vpn-connection-with-a-vpc.md b/docs/blueprints/by-use-case/networking/establish-a-p2s-vpn-connection-with-a-vpc.md new file mode 100644 index 000000000..7e5115f7c --- /dev/null +++ b/docs/blueprints/by-use-case/networking/establish-a-p2s-vpn-connection-with-a-vpc.md @@ -0,0 +1,7 @@ +--- +id: establish-a-p2s-vpn-connection-with-a-vpc +title: Establish a Point-to-Site VPN Connection between your Development Machine and a VPC +tags: [vpc, vpn, openvpn] +--- + +# Establish a Point-to-Site VPN Connection between your Development Machine and a VPC