mint.json 7.6 KB

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