From 64c02f374a0c588413acff6c00d9cc85d936268c Mon Sep 17 00:00:00 2001 From: Sidharth Mohanty Date: Thu, 28 Dec 2023 09:03:31 +0530 Subject: [PATCH] Add cards for gradio and hf (#1061) --- docs/get-started/deployment.mdx | 16 ++-------------- docs/mint.json | 4 ++-- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/docs/get-started/deployment.mdx b/docs/get-started/deployment.mdx index 6bc7c289..c473d031 100644 --- a/docs/get-started/deployment.mdx +++ b/docs/get-started/deployment.mdx @@ -10,23 +10,11 @@ After successfully setting up and testing your RAG app locally, the next step is + + - -## Self-hosting - -You can also deploy Embedchain as a self-hosted service using the dockerized REST API service that we provide. Please follow the [guide here](/examples/rest-api) on how to use the REST API service. Here are some tutorials on how to deploy a containerized application to different platforms like AWS, GCP, Azure etc: - -- [Fly.io](/deployment/fly_io) -- [Render.com](https://render.com/docs/deploy-an-image) -- [Huggingface Spaces](https://huggingface.co/new-space) -- [AWS EKS](https://docs.aws.amazon.com/eks/latest/userguide/sample-deployment.html) -- [AWS ECS](https://docs.aws.amazon.com/codecatalyst/latest/userguide/deploy-tut-ecs.html) -- [Google GKE](https://cloud.google.com/kubernetes-engine/docs/tutorials/hello-app) -- [Azure App Service](https://learn.microsoft.com/en-us/training/modules/deploy-run-container-app-service/) - - ## Seeking help? If you run into issues with deployment, please feel free to reach out to us via any of the following methods: diff --git a/docs/mint.json b/docs/mint.json index 9ff2c716..b34b3214 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -91,9 +91,9 @@ "deployment/modal_com", "deployment/render_com", "deployment/streamlit_io", - "deployment/embedchain_ai", "deployment/gradio_app", - "deployment/huggingface_spaces" + "deployment/huggingface_spaces", + "deployment/embedchain_ai" ] }, {