mint.json 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. {
  2. "$schema": "https://mintlify.com/schema.json",
  3. "name": "Embedchain",
  4. "logo": {
  5. "dark": "/logo/dark-rt.svg",
  6. "light": "/logo/light-rt.svg",
  7. "href": "https://github.com/embedchain/embedchain"
  8. },
  9. "favicon": "/favicon.png",
  10. "colors": {
  11. "primary": "#3B2FC9",
  12. "light": "#6673FF",
  13. "dark": "#3B2FC9",
  14. "background": {
  15. "dark": "#0f1117",
  16. "light": "#fff"
  17. }
  18. },
  19. "modeToggle": {
  20. "default": "dark"
  21. },
  22. "openapi": [
  23. "/rest-api.json"
  24. ],
  25. "metadata": {
  26. "og:image": "/images/og.png",
  27. "twitter:site": "@embedchain"
  28. },
  29. "tabs": [
  30. {
  31. "name": "Examples",
  32. "url": "examples"
  33. },
  34. {
  35. "name": "API Reference",
  36. "url": "api-reference"
  37. }
  38. ],
  39. "anchors": [
  40. {
  41. "name": "Talk to founders",
  42. "icon": "calendar",
  43. "url": "https://cal.com/taranjeetio/ec"
  44. }
  45. ],
  46. "topbarLinks": [
  47. {
  48. "name": "GitHub",
  49. "url": "https://github.com/embedchain/embedchain"
  50. }
  51. ],
  52. "topbarCtaButton": {
  53. "name": "Join our slack",
  54. "url": "https://embedchain.ai/slack"
  55. },
  56. "primaryTab": {
  57. "name": "Documentation"
  58. },
  59. "navigation": [
  60. {
  61. "group": "Get Started",
  62. "pages": [
  63. "get-started/quickstart",
  64. "get-started/introduction",
  65. "get-started/faq",
  66. "get-started/full-stack",
  67. {
  68. "group": "🔗 Integrations",
  69. "pages": [
  70. "integration/langsmith",
  71. "integration/chainlit",
  72. "integration/streamlit-mistral"
  73. ]
  74. }
  75. ]
  76. },
  77. {
  78. "group": "Use cases",
  79. "pages": [
  80. "use-cases/introduction",
  81. "use-cases/chatbots",
  82. "use-cases/question-answering",
  83. "use-cases/semantic-search"
  84. ]
  85. },
  86. {
  87. "group": "Components",
  88. "pages": [
  89. "components/introduction",
  90. {
  91. "group": "Data sources",
  92. "pages": [
  93. "components/data-sources/overview",
  94. {
  95. "group": "Data types",
  96. "pages": [
  97. "components/data-sources/pdf-file",
  98. "components/data-sources/csv",
  99. "components/data-sources/json",
  100. "components/data-sources/text",
  101. "components/data-sources/directory",
  102. "components/data-sources/web-page",
  103. "components/data-sources/youtube-channel",
  104. "components/data-sources/youtube-video",
  105. "components/data-sources/docs-site",
  106. "components/data-sources/mdx",
  107. "components/data-sources/docx",
  108. "components/data-sources/notion",
  109. "components/data-sources/sitemap",
  110. "components/data-sources/xml",
  111. "components/data-sources/qna",
  112. "components/data-sources/openapi",
  113. "components/data-sources/gmail",
  114. "components/data-sources/github",
  115. "components/data-sources/postgres",
  116. "components/data-sources/mysql",
  117. "components/data-sources/slack",
  118. "components/data-sources/discord",
  119. "components/data-sources/discourse",
  120. "components/data-sources/substack",
  121. "components/data-sources/beehiiv",
  122. "components/data-sources/directory",
  123. "components/data-sources/dropbox",
  124. "components/data-sources/image",
  125. "components/data-sources/custom"
  126. ]
  127. },
  128. "components/data-sources/data-type-handling"
  129. ]
  130. },
  131. "components/llms",
  132. "components/vector-databases",
  133. "components/embedding-models",
  134. "components/evaluation"
  135. ]
  136. },
  137. {
  138. "group": "Deployment",
  139. "pages": [
  140. "get-started/deployment",
  141. "deployment/fly_io",
  142. "deployment/modal_com",
  143. "deployment/render_com",
  144. "deployment/railway",
  145. "deployment/streamlit_io",
  146. "deployment/gradio_app",
  147. "deployment/huggingface_spaces",
  148. "deployment/embedchain_ai"
  149. ]
  150. },
  151. {
  152. "group": "Community",
  153. "pages": [
  154. "community/connect-with-us"
  155. ]
  156. },
  157. {
  158. "group": "Examples",
  159. "pages": [
  160. "examples/chat-with-PDF",
  161. "examples/notebooks-and-replits",
  162. {
  163. "group": "REST API Service",
  164. "pages": [
  165. "examples/rest-api/getting-started",
  166. "examples/rest-api/create",
  167. "examples/rest-api/get-all-apps",
  168. "examples/rest-api/add-data",
  169. "examples/rest-api/get-data",
  170. "examples/rest-api/query",
  171. "examples/rest-api/deploy",
  172. "examples/rest-api/delete",
  173. "examples/rest-api/check-status"
  174. ]
  175. },
  176. "examples/full_stack",
  177. "examples/openai-assistant",
  178. "examples/opensource-assistant",
  179. "examples/nextjs-assistant",
  180. "examples/slack-AI"
  181. ]
  182. },
  183. {
  184. "group": "Chatbots",
  185. "pages": [
  186. "examples/discord_bot",
  187. "examples/slack_bot",
  188. "examples/telegram_bot",
  189. "examples/whatsapp_bot",
  190. "examples/poe_bot"
  191. ]
  192. },
  193. {
  194. "group": "Showcase",
  195. "pages": [
  196. "examples/showcase"
  197. ]
  198. },
  199. {
  200. "group": "API Reference",
  201. "pages": [
  202. "api-reference/app/overview",
  203. {
  204. "group": "App methods",
  205. "pages": [
  206. "api-reference/app/add",
  207. "api-reference/app/query",
  208. "api-reference/app/chat",
  209. "api-reference/app/search",
  210. "api-reference/app/get",
  211. "api-reference/app/evaluate",
  212. "api-reference/app/deploy",
  213. "api-reference/app/reset",
  214. "api-reference/app/delete"
  215. ]
  216. },
  217. "api-reference/store/openai-assistant",
  218. "api-reference/store/ai-assistants",
  219. "api-reference/advanced/configuration"
  220. ]
  221. },
  222. {
  223. "group": "Contributing",
  224. "pages": [
  225. "contribution/guidelines",
  226. "contribution/dev",
  227. "contribution/docs",
  228. "contribution/python",
  229. "contribution/javascript"
  230. ]
  231. },
  232. {
  233. "group": "Product",
  234. "pages": [
  235. "product/release-notes"
  236. ]
  237. }
  238. ],
  239. "footerSocials": {
  240. "website": "https://embedchain.ai",
  241. "github": "https://github.com/embedchain/embedchain",
  242. "slack": "https://embedchain.ai/slack",
  243. "discord": "https://discord.gg/6PzXDgEjG5",
  244. "twitter": "https://twitter.com/embedchain",
  245. "linkedin": "https://www.linkedin.com/company/embedchain"
  246. },
  247. "isWhiteLabeled": true,
  248. "analytics": {
  249. "posthog": {
  250. "apiKey": "phc_PHQDA5KwztijnSojsxJ2c1DuJd52QCzJzT2xnSGvjN2",
  251. "apiHost": "https://app.embedchain.ai/ingest"
  252. },
  253. "ga4": {
  254. "measurementId": "G-4QK7FJE6T3"
  255. }
  256. },
  257. "feedback": {
  258. "suggestEdit": true,
  259. "raiseIssue": true,
  260. "thumbsRating": true
  261. },
  262. "search": {
  263. "prompt": "✨ Search embedchain docs..."
  264. },
  265. "api": {
  266. "baseUrl": "http://localhost:8080"
  267. },
  268. "redirects": [
  269. {
  270. "source": "/changelog/command-line",
  271. "destination": "/get-started/introduction"
  272. }
  273. ]
  274. }