mint.json 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  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/streamlit_io",
  145. "deployment/gradio_app",
  146. "deployment/huggingface_spaces",
  147. "deployment/embedchain_ai"
  148. ]
  149. },
  150. {
  151. "group": "Community",
  152. "pages": [
  153. "community/connect-with-us"
  154. ]
  155. },
  156. {
  157. "group": "Examples",
  158. "pages": [
  159. "examples/chat-with-PDF",
  160. "examples/notebooks-and-replits",
  161. {
  162. "group": "REST API Service",
  163. "pages": [
  164. "examples/rest-api/getting-started",
  165. "examples/rest-api/create",
  166. "examples/rest-api/get-all-apps",
  167. "examples/rest-api/add-data",
  168. "examples/rest-api/get-data",
  169. "examples/rest-api/query",
  170. "examples/rest-api/deploy",
  171. "examples/rest-api/delete",
  172. "examples/rest-api/check-status"
  173. ]
  174. },
  175. "examples/full_stack",
  176. "examples/openai-assistant",
  177. "examples/opensource-assistant",
  178. "examples/nextjs-assistant",
  179. "examples/slack-AI"
  180. ]
  181. },
  182. {
  183. "group": "Chatbots",
  184. "pages": [
  185. "examples/discord_bot",
  186. "examples/slack_bot",
  187. "examples/telegram_bot",
  188. "examples/whatsapp_bot",
  189. "examples/poe_bot"
  190. ]
  191. },
  192. {
  193. "group": "Showcase",
  194. "pages": [
  195. "examples/showcase"
  196. ]
  197. },
  198. {
  199. "group": "API Reference",
  200. "pages": [
  201. "api-reference/app/overview",
  202. {
  203. "group": "App methods",
  204. "pages": [
  205. "api-reference/app/add",
  206. "api-reference/app/query",
  207. "api-reference/app/chat",
  208. "api-reference/app/search",
  209. "api-reference/app/deploy",
  210. "api-reference/app/reset",
  211. "api-reference/app/delete",
  212. "api-reference/app/evaluate"
  213. ]
  214. },
  215. "api-reference/store/openai-assistant",
  216. "api-reference/store/ai-assistants",
  217. "api-reference/advanced/configuration"
  218. ]
  219. },
  220. {
  221. "group": "Contributing",
  222. "pages": [
  223. "contribution/guidelines",
  224. "contribution/dev",
  225. "contribution/docs",
  226. "contribution/python",
  227. "contribution/javascript"
  228. ]
  229. },
  230. {
  231. "group": "Product",
  232. "pages": [
  233. "product/release-notes"
  234. ]
  235. }
  236. ],
  237. "footerSocials": {
  238. "website": "https://embedchain.ai",
  239. "github": "https://github.com/embedchain/embedchain",
  240. "slack": "https://join.slack.com/t/embedchain/shared_invite/zt-22uwz3c46-Zg7cIh5rOBteT_xe1jwLDw",
  241. "discord": "https://discord.gg/6PzXDgEjG5",
  242. "twitter": "https://twitter.com/embedchain",
  243. "linkedin": "https://www.linkedin.com/company/embedchain"
  244. },
  245. "isWhiteLabeled": true,
  246. "analytics": {
  247. "posthog": {
  248. "apiKey": "phc_PHQDA5KwztijnSojsxJ2c1DuJd52QCzJzT2xnSGvjN2",
  249. "apiHost": "https://app.embedchain.ai/ingest"
  250. },
  251. "ga4": {
  252. "measurementId": "G-4QK7FJE6T3"
  253. }
  254. },
  255. "feedback": {
  256. "suggestEdit": true,
  257. "raiseIssue": true,
  258. "thumbsRating": true
  259. },
  260. "search": {
  261. "prompt": "✨ Search embedchain docs..."
  262. },
  263. "api": {
  264. "baseUrl": "http://localhost:8080"
  265. },
  266. "redirects": [
  267. {
  268. "source": "/changelog/command-line",
  269. "destination": "/get-started/introduction"
  270. }
  271. ]
  272. }