ソースを参照

Add cards for gradio and hf (#1061)

Sidharth Mohanty 1 年間 前
コミット
64c02f374a
2 ファイル変更4 行追加16 行削除
  1. 2 14
      docs/get-started/deployment.mdx
  2. 2 2
      docs/mint.json

+ 2 - 14
docs/get-started/deployment.mdx

@@ -10,23 +10,11 @@ After successfully setting up and testing your RAG app locally, the next step is
   <Card title="Modal.com" href="/deployment/modal_com"></Card>
   <Card title="Render.com" href="/deployment/render_com"></Card>
   <Card title="Streamlit.io" href="/deployment/streamlit_io"></Card>
+  <Card title="Gradio.app" href="/deployment/gradio_app"></Card>
+  <Card title="Huggingface.co" href="/deployment/huggingface_spaces"></Card>
   <Card title="Embedchain.ai" href="/deployment/embedchain_ai"></Card>
-  <Card title="Self-hosting" href="#option-2-self-hosting"></Card>
 </CardGroup>
 
-## 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:

+ 2 - 2
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"
       ]
     },
     {