Add cards for gradio and hf (#1061)

This commit is contained in:
Sidharth Mohanty
2023-12-28 09:03:31 +05:30
committed by GitHub
parent 6c1ea7799e
commit 64c02f374a
2 changed files with 4 additions and 16 deletions

View File

@@ -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:

View File

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