mint.json 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  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. {
  67. "group": "🔗 Integrations",
  68. "pages": [
  69. "integration/langsmith",
  70. "integration/chainlit",
  71. "integration/streamlit-mistral"
  72. ]
  73. }
  74. ]
  75. },
  76. {
  77. "group": "Use cases",
  78. "pages": [
  79. "use-cases/introduction",
  80. "use-cases/chatbots",
  81. "use-cases/question-answering",
  82. "use-cases/semantic-search"
  83. ]
  84. },
  85. {
  86. "group": "Components",
  87. "pages": [
  88. "components/introduction",
  89. {
  90. "group": "Data sources",
  91. "pages": [
  92. "components/data-sources/overview",
  93. {
  94. "group": "Data types",
  95. "pages": [
  96. "components/data-sources/pdf-file",
  97. "components/data-sources/csv",
  98. "components/data-sources/json",
  99. "components/data-sources/text",
  100. "components/data-sources/directory",
  101. "components/data-sources/web-page",
  102. "components/data-sources/youtube-channel",
  103. "components/data-sources/youtube-video",
  104. "components/data-sources/docs-site",
  105. "components/data-sources/mdx",
  106. "components/data-sources/docx",
  107. "components/data-sources/notion",
  108. "components/data-sources/sitemap",
  109. "components/data-sources/xml",
  110. "components/data-sources/qna",
  111. "components/data-sources/openapi",
  112. "components/data-sources/gmail",
  113. "components/data-sources/github",
  114. "components/data-sources/postgres",
  115. "components/data-sources/mysql",
  116. "components/data-sources/slack",
  117. "components/data-sources/discord",
  118. "components/data-sources/discourse",
  119. "components/data-sources/substack",
  120. "components/data-sources/beehiiv",
  121. "components/data-sources/directory",
  122. "components/data-sources/dropbox",
  123. "components/data-sources/image",
  124. "components/data-sources/custom"
  125. ]
  126. },
  127. "components/data-sources/data-type-handling"
  128. ]
  129. },
  130. "components/llms",
  131. "components/vector-databases",
  132. "components/embedding-models"
  133. ]
  134. },
  135. {
  136. "group": "Deployment",
  137. "pages": [
  138. "get-started/deployment",
  139. "deployment/fly_io",
  140. "deployment/modal_com",
  141. "deployment/render_com",
  142. "deployment/streamlit_io",
  143. "deployment/gradio_app",
  144. "deployment/huggingface_spaces",
  145. "deployment/embedchain_ai"
  146. ]
  147. },
  148. {
  149. "group": "Community",
  150. "pages": [
  151. "community/connect-with-us"
  152. ]
  153. },
  154. {
  155. "group": "Examples",
  156. "pages": [
  157. "examples/chat-with-PDF",
  158. "examples/notebooks-and-replits",
  159. {
  160. "group": "REST API Service",
  161. "pages": [
  162. "examples/rest-api/getting-started",
  163. "examples/rest-api/create",
  164. "examples/rest-api/get-all-apps",
  165. "examples/rest-api/add-data",
  166. "examples/rest-api/get-data",
  167. "examples/rest-api/query",
  168. "examples/rest-api/deploy",
  169. "examples/rest-api/delete",
  170. "examples/rest-api/check-status"
  171. ]
  172. },
  173. "examples/full_stack",
  174. "examples/openai-assistant",
  175. "examples/opensource-assistant"
  176. ]
  177. },
  178. {
  179. "group": "Chatbots",
  180. "pages": [
  181. "examples/discord_bot",
  182. "examples/slack_bot",
  183. "examples/telegram_bot",
  184. "examples/whatsapp_bot",
  185. "examples/poe_bot"
  186. ]
  187. },
  188. {
  189. "group": "Showcase",
  190. "pages": [
  191. "examples/showcase"
  192. ]
  193. },
  194. {
  195. "group": "API Reference",
  196. "pages": [
  197. "api-reference/pipeline/overview",
  198. {
  199. "group": "Pipeline methods",
  200. "pages": [
  201. "api-reference/pipeline/add",
  202. "api-reference/pipeline/query",
  203. "api-reference/pipeline/chat",
  204. "api-reference/pipeline/search",
  205. "api-reference/pipeline/deploy",
  206. "api-reference/pipeline/reset",
  207. "api-reference/pipeline/delete"
  208. ]
  209. },
  210. "api-reference/store/openai-assistant",
  211. "api-reference/store/ai-assistants",
  212. "api-reference/advanced/configuration"
  213. ]
  214. },
  215. {
  216. "group": "Contributing",
  217. "pages": [
  218. "contribution/guidelines",
  219. "contribution/dev",
  220. "contribution/docs",
  221. "contribution/python",
  222. "contribution/javascript"
  223. ]
  224. },
  225. {
  226. "group": "Product",
  227. "pages": [
  228. "product/release-notes"
  229. ]
  230. }
  231. ],
  232. "footerSocials": {
  233. "website": "https://embedchain.ai",
  234. "github": "https://github.com/embedchain/embedchain",
  235. "slack": "https://join.slack.com/t/embedchain/shared_invite/zt-22uwz3c46-Zg7cIh5rOBteT_xe1jwLDw",
  236. "discord": "https://discord.gg/6PzXDgEjG5",
  237. "twitter": "https://twitter.com/embedchain",
  238. "linkedin": "https://www.linkedin.com/company/embedchain"
  239. },
  240. "isWhiteLabeled": true,
  241. "analytics": {
  242. "posthog": {
  243. "apiKey": "phc_PHQDA5KwztijnSojsxJ2c1DuJd52QCzJzT2xnSGvjN2",
  244. "apiHost": "https://app.embedchain.ai/ingest"
  245. },
  246. "ga4": {
  247. "measurementId": "G-4QK7FJE6T3"
  248. }
  249. },
  250. "feedback": {
  251. "suggestEdit": true,
  252. "raiseIssue": true,
  253. "thumbsRating": true
  254. },
  255. "search": {
  256. "prompt": "✨ Search embedchain docs..."
  257. },
  258. "api": {
  259. "baseUrl": "http://localhost:8080"
  260. },
  261. "redirects": [
  262. {
  263. "source": "/changelog/command-line",
  264. "destination": "/get-started/introduction"
  265. }
  266. ]
  267. }