mint.json 7.5 KB

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