-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathkonfig.yaml
81 lines (80 loc) · 2.42 KB
/
konfig.yaml
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
# yaml-language-server: $schema=https://unpkg.com/konfig-lib@latest/konfig-yaml.schema.json
outputDirectory: /tmp/groundx-sdks-out
specPath: api.yaml
portal:
primaryColor: '#2B3359'
title: GroundX
logo:
dark: portal-logo-dark.png
light: portal-logo-light.png
googleAnalyticsId: G-JHGLN0JCT0
favicon: favicon.png
socials:
website: https://www.eyelevel.ai/
documentation:
sidebar:
sections:
- label: Guides
links:
- id: welcome
label: Welcome
path: docs/welcome.md
- id: concepts
label: Concepts
path: docs/concepts.md
- id: ingest-local-content
label: Local Content Ingest
path: docs/localingest.md
- id: ingest-remote-content
label: Hosted Content Ingest
path: docs/remoteingest.md
- id: x-ray
label: X-Ray - Document Understanding
path: docs/document-understanding.md
- id: search
label: Search
path: docs/search.md
- id: file-types
label: Supported Document Types
path: docs/file-types.md
- label: Tutorials
links:
- id: quick-start
label: Quick Start
path: docs/quick-start.md
- id: chatgpt
label: Integrating with ChatGPT
path: docs/chatgpt.md
- id: upload-remote
label: Upload Documents from a Remote Hosted Location
path: docs/upload-remote.md
- id: upload-local
label: Upload Documents Stored Locally
path: docs/upload-local.md
infoContactUrl: https://www.eyelevel.ai/
readmeHeader:
image: header.png
title: EyeLevel's GroundX APIs
url: https://www.eyelevel.ai
generators:
python:
version: 1.3.30
packageName: groundx
projectName: groundx-python-sdk
responseTypeVersion: '1'
useAiohttp3_8: true
outputDirectory: sdks/python
clientName: Groundx
git:
userId: groundxai
repoId: groundx-sdks/tree/main/sdks/python
pypiApiTokenEnvironmentVariable: PYPI_TOKEN_1
typescript:
version: 1.3.34
npmName: groundx-typescript-sdk
outputDirectory: sdks/typescript
clientName: Groundx
useAxios0_27_2: true
git:
userId: groundxai
repoId: groundx-sdks/tree/main/sdks/typescript