-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
116 lines (116 loc) · 2.6 KB
/
Copy pathdocs.json
File metadata and controls
116 lines (116 loc) · 2.6 KB
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
{
"$schema": "https://mintlify.com/docs.json",
"theme": "aspen",
"name": "XTrace Memory",
"description": "Hosted memory for AI agents. Send conversation turns, get back searchable facts.",
"colors": {
"primary": "#21359e",
"light": "#3b54c2",
"dark": "#15226e"
},
"favicon": {
"light": "/images/xmem-favicon-black.svg",
"dark": "/images/xmem-favicon-white.svg"
},
"styling": {
"css": ["styles/custom.css"]
},
"navigation": {
"tabs": [
{
"tab": "Guides",
"groups": [
{
"group": "Getting started",
"pages": ["introduction"]
},
{
"group": "Guides",
"pages": [
"guides/quickstart",
"guides/authentication",
"guides/ingesting-memories",
"guides/searching-memories",
"guides/groups",
"guides/webhooks"
]
},
{
"group": "Reference",
"pages": [
"guides/typescript-sdk"
]
}
]
},
{
"tab": "Encrypted Vector DB",
"groups": [
{
"group": "Getting started",
"pages": [
"x-vec/introduction",
"x-vec/installation",
"x-vec/quickstart"
]
},
{
"group": "Core features",
"pages": [
"x-vec/embedding-models",
"x-vec/llm-inference",
"x-vec/metadata-filtering"
]
},
{
"group": "CLI",
"pages": [
"x-vec/cli",
"x-vec/cli-reference"
]
},
{
"group": "Reference",
"pages": [
"x-vec/managed-service",
"x-vec/configuration"
]
}
]
},
{
"tab": "API Reference",
"openapi": {
"source": "https://api.staging.xtrace.ai/openapi.public.json",
"directory": "api-reference"
}
}
]
},
"navbar": {
"links": [
{
"label": "npm",
"href": "https://www.npmjs.com/package/@xtraceai/memory"
}
],
"primary": {
"type": "github",
"href": "https://github.com/XTraceAI/memory-sdk-ts"
}
},
"footer": {
"socials": {
"github": "https://github.com/XTraceAI"
}
},
"api": {
"playground": {
"display": "interactive"
}
},
"logo": {
"light": "/images/xmem-logo-black.svg",
"dark": "/images/xmem-logo-white.svg"
}
}