mint.json 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  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": ["/rest-api.json"],
  23. "metadata": {
  24. "og:image": "/images/og.png",
  25. "twitter:site": "@embedchain"
  26. },
  27. "tabs": [
  28. {
  29. "name": "Examples",
  30. "url": "examples"
  31. },
  32. {
  33. "name": "API Reference",
  34. "url": "api-reference"
  35. }
  36. ],
  37. "anchors": [
  38. {
  39. "name": "Talk to founders",
  40. "icon": "calendar",
  41. "url": "https://cal.com/taranjeetio/ec"
  42. }
  43. ],
  44. "topbarLinks": [
  45. {
  46. "name": "GitHub",
  47. "url": "https://github.com/embedchain/embedchain"
  48. }
  49. ],
  50. "topbarCtaButton": {
  51. "name": "Join our slack",
  52. "url": "https://embedchain.ai/slack"
  53. },
  54. "primaryTab": {
  55. "name": "📘 Documentation"
  56. },
  57. "navigation": [
  58. {
  59. "group": "Get Started",
  60. "pages": [
  61. "get-started/quickstart",
  62. "get-started/introduction",
  63. "get-started/faq",
  64. "get-started/full-stack",
  65. {
  66. "group": "🔗 Integrations",
  67. "pages": [
  68. "integration/langsmith",
  69. "integration/chainlit",
  70. "integration/streamlit-mistral",
  71. "integration/openlit",
  72. "integration/helicone"
  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": ["community/connect-with-us"]
  164. },
  165. {
  166. "group": "Examples",
  167. "pages": [
  168. "examples/chat-with-PDF",
  169. "examples/notebooks-and-replits",
  170. {
  171. "group": "REST API Service",
  172. "pages": [
  173. "examples/rest-api/getting-started",
  174. "examples/rest-api/create",
  175. "examples/rest-api/get-all-apps",
  176. "examples/rest-api/add-data",
  177. "examples/rest-api/get-data",
  178. "examples/rest-api/query",
  179. "examples/rest-api/deploy",
  180. "examples/rest-api/delete",
  181. "examples/rest-api/check-status"
  182. ]
  183. },
  184. "examples/full_stack",
  185. "examples/openai-assistant",
  186. "examples/opensource-assistant",
  187. "examples/nextjs-assistant",
  188. "examples/slack-AI"
  189. ]
  190. },
  191. {
  192. "group": "Chatbots",
  193. "pages": [
  194. "examples/discord_bot",
  195. "examples/slack_bot",
  196. "examples/telegram_bot",
  197. "examples/whatsapp_bot",
  198. "examples/poe_bot"
  199. ]
  200. },
  201. {
  202. "group": "Showcase",
  203. "pages": ["examples/showcase"]
  204. },
  205. {
  206. "group": "API Reference",
  207. "pages": [
  208. "api-reference/app/overview",
  209. {
  210. "group": "App methods",
  211. "pages": [
  212. "api-reference/app/add",
  213. "api-reference/app/query",
  214. "api-reference/app/chat",
  215. "api-reference/app/search",
  216. "api-reference/app/get",
  217. "api-reference/app/evaluate",
  218. "api-reference/app/deploy",
  219. "api-reference/app/reset",
  220. "api-reference/app/delete"
  221. ]
  222. },
  223. "api-reference/store/openai-assistant",
  224. "api-reference/store/ai-assistants",
  225. "api-reference/advanced/configuration"
  226. ]
  227. },
  228. {
  229. "group": "Contributing",
  230. "pages": [
  231. "contribution/guidelines",
  232. "contribution/dev",
  233. "contribution/docs",
  234. "contribution/python"
  235. ]
  236. },
  237. {
  238. "group": "Product",
  239. "pages": ["product/release-notes"]
  240. }
  241. ],
  242. "footerSocials": {
  243. "website": "https://embedchain.ai",
  244. "github": "https://github.com/embedchain/embedchain",
  245. "slack": "https://embedchain.ai/slack",
  246. "discord": "https://discord.gg/6PzXDgEjG5",
  247. "twitter": "https://twitter.com/embedchain",
  248. "linkedin": "https://www.linkedin.com/company/embedchain"
  249. },
  250. "isWhiteLabeled": true,
  251. "analytics": {
  252. "posthog": {
  253. "apiKey": "phc_PHQDA5KwztijnSojsxJ2c1DuJd52QCzJzT2xnSGvjN2",
  254. "apiHost": "https://app.embedchain.ai/ingest"
  255. },
  256. "ga4": {
  257. "measurementId": "G-4QK7FJE6T3"
  258. }
  259. },
  260. "feedback": {
  261. "suggestEdit": true,
  262. "raiseIssue": true,
  263. "thumbsRating": true
  264. },
  265. "search": {
  266. "prompt": "✨ Search embedchain docs..."
  267. },
  268. "api": {
  269. "baseUrl": "http://localhost:8080"
  270. },
  271. "redirects": [
  272. {
  273. "source": "/changelog/command-line",
  274. "destination": "/get-started/introduction"
  275. }
  276. ]
  277. }