From 873eef6ef8720f1dd0d0f73a05a6473ffbc09a85 Mon Sep 17 00:00:00 2001 From: Taranjeet Singh Date: Mon, 10 Jun 2024 14:04:15 -0700 Subject: [PATCH] Remove: EC deployment docs, and js links (#1409) --- docs/contribution/javascript.mdx | 4 ---- docs/deployment/embedchain_ai.mdx | 17 ----------------- docs/get-started/deployment.mdx | 1 - docs/mint.json | 6 ++---- 4 files changed, 2 insertions(+), 26 deletions(-) delete mode 100644 docs/contribution/javascript.mdx delete mode 100644 docs/deployment/embedchain_ai.mdx diff --git a/docs/contribution/javascript.mdx b/docs/contribution/javascript.mdx deleted file mode 100644 index edbd088e..00000000 --- a/docs/contribution/javascript.mdx +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: ' 🟨 Javascript' -url: https://github.com/embedchain/embedchain/tree/main/embedchain-js ---- \ No newline at end of file diff --git a/docs/deployment/embedchain_ai.mdx b/docs/deployment/embedchain_ai.mdx deleted file mode 100644 index d4d29dc2..00000000 --- a/docs/deployment/embedchain_ai.mdx +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: 'Embedchain.ai' -description: 'Deploy your RAG application to embedchain.ai platform' ---- - -## Deploy on Embedchain Platform - -Embedchain enables developers to deploy their LLM-powered apps in production using the Embedchain platform. The platform offers free access to context on your data through its REST API. Once the pipeline is deployed, you can update your data sources anytime after deployment. - -Deployment to Embedchain Platform is currently available on an invitation-only basis. To request access, please submit your information via the provided [Google Form](https://forms.gle/vigN11h7b4Ywat668). We will review your request and respond promptly. - - -## 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/get-started/deployment.mdx b/docs/get-started/deployment.mdx index 78c6f40e..87e72dcb 100644 --- a/docs/get-started/deployment.mdx +++ b/docs/get-started/deployment.mdx @@ -13,7 +13,6 @@ After successfully setting up and testing your RAG app locally, the next step is - ## Seeking help? diff --git a/docs/mint.json b/docs/mint.json index a6dbe6c1..300e5129 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -155,8 +155,7 @@ "deployment/railway", "deployment/streamlit_io", "deployment/gradio_app", - "deployment/huggingface_spaces", - "deployment/embedchain_ai" + "deployment/huggingface_spaces" ] }, { @@ -236,8 +235,7 @@ "contribution/guidelines", "contribution/dev", "contribution/docs", - "contribution/python", - "contribution/javascript" + "contribution/python" ] }, {