[docs] add links to example repositories (#833)

This commit is contained in:
Sidharth Mohanty
2023-10-20 02:21:08 +05:30
committed by GitHub
parent b5d80be037
commit 9894cfcced
2 changed files with 7 additions and 1 deletions

View File

@@ -2,7 +2,9 @@
title: '🌍 API Server' 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 ### 🐳 Docker Setup

View File

@@ -2,6 +2,10 @@
title: '🌐 Full Stack' 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 ### 🐳 Docker Setup
- To setup full stack app using docker, run the following command inside this folder using your terminal. - To setup full stack app using docker, run the following command inside this folder using your terminal.