File size: 7,720 Bytes
0ae3f27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
{
  "$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",
            "integration/openlit",
            "integration/helicone"
          ]
        }
      ]
    },
    {
      "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/audio",
                "components/data-sources/custom"
              ]
            },
            "components/data-sources/data-type-handling"
          ]
        },
        {
          "group": "๐Ÿ—„๏ธ Vector databases",
          "pages": [
            "components/vector-databases/chromadb",
            "components/vector-databases/elasticsearch",
            "components/vector-databases/pinecone",
            "components/vector-databases/opensearch",
            "components/vector-databases/qdrant",
            "components/vector-databases/weaviate",
            "components/vector-databases/zilliz"
          ]
        },
        "components/llms",
        "components/embedding-models",
        "components/evaluation"
      ]
    },
    {
      "group": "Deployment",
      "pages": [
        "get-started/deployment",
        "deployment/fly_io",
        "deployment/modal_com",
        "deployment/render_com",
        "deployment/railway",
        "deployment/streamlit_io",
        "deployment/gradio_app",
        "deployment/huggingface_spaces"
      ]
    },
    {
      "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/get",
            "api-reference/app/evaluate",
            "api-reference/app/deploy",
            "api-reference/app/reset",
            "api-reference/app/delete"
          ]
        },
        "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"
      ]
    },
    {
      "group": "Product",
      "pages": ["product/release-notes"]
    }
  ],
  "footerSocials": {
    "website": "https://embedchain.ai",
    "github": "https://github.com/embedchain/embedchain",
    "slack": "https://embedchain.ai/slack",
    "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"
    }
  ]
}