123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- {
- "$schema": "https://mintlify.com/schema.json",
- "name": "Embedchain",
- "logo": {
- "dark": "/logo/dark.svg",
- "light": "/logo/light.svg",
- "href": "https://embedchain.ai/"
- },
- "favicon": "/favicon.png",
- "colors": {
- "primary": "#3B2FC9",
- "light": "#6673FF",
- "dark": "#3B2FC9",
- "background": {
- "dark": "#0f1117",
- "light": "#fff"
- }
- },
- "modeToggle": {
- "default": "dark"
- },
- "openapi": ["/rest-api.json"],
- "metadata": {
- "og:image": "/images/og.png",
- "twitter:site": "@embedchain"
- },
- "anchors": [
- {
- "name": "Embedchain Platform",
- "icon": "tv",
- "url": "https://app.embedchain.ai/"
- },
- {
- "name": "Join our slack",
- "icon": "slack",
- "url": "https://join.slack.com/t/embedchain/shared_invite/zt-22uwz3c46-Zg7cIh5rOBteT_xe1jwLDw"
- }
- ],
- "topbarLinks": [
- {
- "name": "Create account",
- "url": "https://app.embedchain.ai/login/"
- }
- ],
- "topbarCtaButton": {
- "name": "Get started",
- "url": "https://app.embedchain.ai"
- },
- "primaryTab": {
- "name": "Docs"
- },
- "navigation": [
- {
- "group": "Get started",
- "pages": [
- "get-started/quickstart",
- "get-started/introduction",
- "get-started/openai-assistant",
- "get-started/faq",
- "get-started/examples"
- ]
- },
- {
- "group": "Components",
- "pages": [
- "components/llms",
- "components/embedding-models",
- "components/vector-databases"
- ]
- },
- {
- "group": "Data sources",
- "pages": [
- "data-sources/overview",
- {
- "group": "Supported data sources",
- "pages": [
- "data-sources/csv",
- "data-sources/json",
- "data-sources/docs-site",
- "data-sources/docx",
- "data-sources/mdx",
- "data-sources/notion",
- "data-sources/pdf-file",
- "data-sources/qna",
- "data-sources/sitemap",
- "data-sources/text",
- "data-sources/web-page",
- "data-sources/openapi",
- "data-sources/youtube-video",
- "data-sources/discourse",
- "data-sources/substack"
- ]
- },
- "data-sources/data-type-handling"
- ]
- },
- {
- "group": "Advanced",
- "pages": ["advanced/configuration"]
- },
- {
- "group": "REST API",
- "pages": [
- "rest-api/getting-started",
- "rest-api/create",
- "rest-api/get-all-apps",
- "rest-api/add-data",
- "rest-api/get-data",
- "rest-api/query",
- "rest-api/deploy",
- "rest-api/delete",
- "rest-api/check-status"
- ]
- },
- {
- "group": "Use Cases",
- "pages": [
- "examples/full_stack",
- "examples/discord_bot",
- "examples/slack_bot",
- "examples/telegram_bot",
- "examples/whatsapp_bot",
- "examples/poe_bot"
- ]
- },
- {
- "group": "Community",
- "pages": ["community/connect-with-us", "community/showcase"]
- },
- {
- "group": "Integrations",
- "pages": ["integration/langsmith"]
- },
- {
- "group": "Contribute",
- "pages": [
- "contribution/guidelines",
- "contribution/dev",
- "contribution/docs",
- "contribution/python",
- "contribution/javascript"
- ]
- },
- {
- "group": "Product",
- "pages": ["product/release-notes"]
- }
- ],
- "footerSocials": {
- "website": "https://embedchain.ai",
- "github": "https://github.com/embedchain/embedchain",
- "slack": "https://join.slack.com/t/embedchain/shared_invite/zt-22uwz3c46-Zg7cIh5rOBteT_xe1jwLDw",
- "discord": "https://discord.gg/6PzXDgEjG5",
- "twitter": "https://twitter.com/embedchain",
- "linkedin": "https://www.linkedin.com/company/embedchain"
- },
- "isWhiteLabeled": true,
- "analytics": {
- "posthog": {
- "apiKey": "phc_PHQDA5KwztijnSojsxJ2c1DuJd52QCzJzT2xnSGvjN2",
- "apiHost": "https://app.embedchain.ai/ingest"
- }
- },
- "feedback": {
- "suggestEdit": true,
- "raiseIssue": true,
- "thumbsRating": true
- },
- "search": {
- "prompt": "✨ Search embedchain docs..."
- },
- "api": {
- "baseUrl": "http://localhost:8080"
- }
- }
|