From 9894cfcceda065bc63145b8974d7d8985aa0caea Mon Sep 17 00:00:00 2001 From: Sidharth Mohanty Date: Fri, 20 Oct 2023 02:21:08 +0530 Subject: [PATCH] [docs] add links to example repositories (#833) --- docs/examples/api_server.mdx | 4 +++- docs/examples/full_stack.mdx | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/examples/api_server.mdx b/docs/examples/api_server.mdx index 0a62faeb..85dfc358 100644 --- a/docs/examples/api_server.mdx +++ b/docs/examples/api_server.mdx @@ -2,7 +2,9 @@ title: '🌍 API Server' --- -The API Server based on Flask integrates the `embedchain` package, offering endpoints to add, query, and chat to engage in conversations with a chatbot using JSON requests. +The API server example can be found [here](https://github.com/embedchain/embedchain/tree/main/examples/api_server). + +It is a Flask based server that integrates the `embedchain` package, offering endpoints to add, query, and chat to engage in conversations with a chatbot using JSON requests. ### 🐳 Docker Setup diff --git a/docs/examples/full_stack.mdx b/docs/examples/full_stack.mdx index 364352fa..f55b85b7 100644 --- a/docs/examples/full_stack.mdx +++ b/docs/examples/full_stack.mdx @@ -2,6 +2,10 @@ title: '🌐 Full Stack' --- +The Full Stack app example can be found [here](https://github.com/embedchain/embedchain/tree/main/examples/full_stack). + +This guide will help you setup the full stack app on your local machine. + ### 🐳 Docker Setup - To setup full stack app using docker, run the following command inside this folder using your terminal.