123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273 |
- {
- "$schema": "https://mintlify.com/schema.json",
- "name": "Embedchain",
- "logo": {
- "dark": "/logo/dark-rt.svg",
- "light": "/logo/light-rt.svg",
- "href": "https://github.com/embedchain/embedchain"
- },
- "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"
- },
- "tabs": [
- {
- "name": "Examples",
- "url": "examples"
- },
- {
- "name": "API Reference",
- "url": "api-reference"
- }
- ],
- "anchors": [
- {
- "name": "Talk to founders",
- "icon": "calendar",
- "url": "https://cal.com/taranjeetio/ec"
- }
- ],
- "topbarLinks": [
- {
- "name": "GitHub",
- "url": "https://github.com/embedchain/embedchain"
- }
- ],
- "topbarCtaButton": {
- "name": "Join our slack",
- "url": "https://embedchain.ai/slack"
- },
- "primaryTab": {
- "name": "Documentation"
- },
- "navigation": [
- {
- "group": "Get Started",
- "pages": [
- "get-started/quickstart",
- "get-started/introduction",
- "get-started/faq",
- "get-started/full-stack",
- {
- "group": "🔗 Integrations",
- "pages": [
- "integration/langsmith",
- "integration/chainlit",
- "integration/streamlit-mistral"
- ]
- }
- ]
- },
- {
- "group": "Use cases",
- "pages": [
- "use-cases/introduction",
- "use-cases/chatbots",
- "use-cases/question-answering",
- "use-cases/semantic-search"
- ]
- },
- {
- "group": "Components",
- "pages": [
- "components/introduction",
- {
- "group": "Data sources",
- "pages": [
- "components/data-sources/overview",
- {
- "group": "Data types",
- "pages": [
- "components/data-sources/pdf-file",
- "components/data-sources/csv",
- "components/data-sources/json",
- "components/data-sources/text",
- "components/data-sources/directory",
- "components/data-sources/web-page",
- "components/data-sources/youtube-channel",
- "components/data-sources/youtube-video",
- "components/data-sources/docs-site",
- "components/data-sources/mdx",
- "components/data-sources/docx",
- "components/data-sources/notion",
- "components/data-sources/sitemap",
- "components/data-sources/xml",
- "components/data-sources/qna",
- "components/data-sources/openapi",
- "components/data-sources/gmail",
- "components/data-sources/github",
- "components/data-sources/postgres",
- "components/data-sources/mysql",
- "components/data-sources/slack",
- "components/data-sources/discord",
- "components/data-sources/discourse",
- "components/data-sources/substack",
- "components/data-sources/beehiiv",
- "components/data-sources/directory",
- "components/data-sources/dropbox",
- "components/data-sources/image",
- "components/data-sources/custom"
- ]
- },
- "components/data-sources/data-type-handling"
- ]
- },
- "components/llms",
- "components/vector-databases",
- "components/embedding-models",
- "components/evaluation"
- ]
- },
- {
- "group": "Deployment",
- "pages": [
- "get-started/deployment",
- "deployment/fly_io",
- "deployment/modal_com",
- "deployment/render_com",
- "deployment/streamlit_io",
- "deployment/gradio_app",
- "deployment/huggingface_spaces",
- "deployment/embedchain_ai"
- ]
- },
- {
- "group": "Community",
- "pages": [
- "community/connect-with-us"
- ]
- },
- {
- "group": "Examples",
- "pages": [
- "examples/chat-with-PDF",
- "examples/notebooks-and-replits",
- {
- "group": "REST API Service",
- "pages": [
- "examples/rest-api/getting-started",
- "examples/rest-api/create",
- "examples/rest-api/get-all-apps",
- "examples/rest-api/add-data",
- "examples/rest-api/get-data",
- "examples/rest-api/query",
- "examples/rest-api/deploy",
- "examples/rest-api/delete",
- "examples/rest-api/check-status"
- ]
- },
- "examples/full_stack",
- "examples/openai-assistant",
- "examples/opensource-assistant",
- "examples/nextjs-assistant",
- "examples/slack-AI"
- ]
- },
- {
- "group": "Chatbots",
- "pages": [
- "examples/discord_bot",
- "examples/slack_bot",
- "examples/telegram_bot",
- "examples/whatsapp_bot",
- "examples/poe_bot"
- ]
- },
- {
- "group": "Showcase",
- "pages": [
- "examples/showcase"
- ]
- },
- {
- "group": "API Reference",
- "pages": [
- "api-reference/app/overview",
- {
- "group": "App methods",
- "pages": [
- "api-reference/app/add",
- "api-reference/app/query",
- "api-reference/app/chat",
- "api-reference/app/search",
- "api-reference/app/deploy",
- "api-reference/app/reset",
- "api-reference/app/delete",
- "api-reference/app/evaluate"
- ]
- },
- "api-reference/store/openai-assistant",
- "api-reference/store/ai-assistants",
- "api-reference/advanced/configuration"
- ]
- },
- {
- "group": "Contributing",
- "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"
- },
- "ga4": {
- "measurementId": "G-4QK7FJE6T3"
- }
- },
- "feedback": {
- "suggestEdit": true,
- "raiseIssue": true,
- "thumbsRating": true
- },
- "search": {
- "prompt": "✨ Search embedchain docs..."
- },
- "api": {
- "baseUrl": "http://localhost:8080"
- },
- "redirects": [
- {
- "source": "/changelog/command-line",
- "destination": "/get-started/introduction"
- }
- ]
- }
|