Skip to content

Commit 7807e21

Browse files
authored
Merge pull request #2176 from tisnik/lcore-2933-finalization
LCORE-2933: Finalization
2 parents 0ff1e4c + 3a37fd8 commit 7807e21

6 files changed

Lines changed: 32 additions & 66 deletions

File tree

docs/README.md

Lines changed: 16 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,6 @@ See the full documentation at [`../README.md`](../README.md) or browse sub-pages
55

66
![Logo](https://lightspeed-core.github.io/lightspeed-stack/logo.jpg)
77

8-
<!-- vim-markdown-toc GFM -->
9-
10-
* [Basic info](#basic-info)
11-
* [User docs](#user-docs)
12-
* [Developer doc](#developer-doc)
13-
* [API](#api)
14-
* [Models](#models)
15-
* [Testing](#testing)
16-
* [Maintenance](#maintenance)
17-
* [Design documents](#design-documents)
18-
* [Agent skills](#agent-skills)
19-
* [Automatic conversation expiration](#automatic-conversation-expiration)
20-
* [BYOK PDF support](#byok-pdf-support)
21-
* [Conversation compaction](#conversation-compaction)
22-
* [Supporting backport changes for releases](#supporting-backport-changes-for-releases)
23-
* [Human-in-the-loop (HIL)](#human-in-the-loop-hil)
24-
* [Llama Stack config merge (unified `lightspeed-stack.yaml`)](#llama-stack-config-merge-unified-lightspeed-stackyaml)
25-
* [Low overhead deployment for server mode](#low-overhead-deployment-for-server-mode)
26-
* [OpenTelemetry tracing in Lightspeed Core](#opentelemetry-tracing-in-lightspeed-core)
27-
* [Demos](#demos)
28-
29-
<!-- vim-markdown-toc -->
30-
318
## Basic info
329

3310
[Overview](https://lightspeed-core.github.io/lightspeed-stack/basic_info/overview.html)
@@ -48,11 +25,15 @@ See the full documentation at [`../README.md`](../README.md) or browse sub-pages
4825

4926
[BYOK guide](https://lightspeed-core.github.io/lightspeed-stack/user_doc/byok_guide.html)
5027

28+
[OKP guide](https://lightspeed-core.github.io/lightspeed-stack/user_doc/okp_guide.html)
29+
5130
[Authentication and Authorization](https://lightspeed-core.github.io/lightspeed-stack/user_doc/auth.html)
5231

5332
[User data collection](https://lightspeed-core.github.io/lightspeed-stack/user_doc/user_data_collection.html)
5433

55-
[Sentry error tracking](https://lightspeed-core.github.io/lightspeed-stack/sentry.html)
34+
[Sentry error tracking integration](https://lightspeed-core.github.io/lightspeed-stack/user_doc/sentry.html)
35+
36+
[Splunk integration](https://lightspeed-core.github.io/lightspeed-stack/user_doc/splunk.html)
5637

5738
## Developer doc
5839

@@ -88,6 +69,8 @@ See the full documentation at [`../README.md`](../README.md) or browse sub-pages
8869

8970
[Streaming query endpoint](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/streaming_query_endpoint.html)
9071

72+
[OpenResponseAPI specification](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/responses.html)
73+
9174
### Models
9275

9376
[Common](https://lightspeed-core.github.io/lightspeed-stack/models/common.html)
@@ -128,51 +111,51 @@ See the full documentation at [`../README.md`](../README.md) or browse sub-pages
128111

129112
## Design documents
130113

131-
### Agent skills
114+
*** Agent skills ***
132115

133116
[Spike](https://lightspeed-core.github.io/lightspeed-stack/design/agent-skills/agent-skills-spike.html)
134117

135118
[Design](https://lightspeed-core.github.io/lightspeed-stack/design/agent-skills/agent-skills.html)
136119

137-
### Automatic conversation expiration
120+
*** Automatic conversation expiration ***
138121

139122
[Design](https://lightspeed-core.github.io/lightspeed-stack/design/automatic-conversation-expiration/automatic-conversation-expiration.html)
140123

141-
### BYOK PDF support
124+
*** BYOK PDF support ***
142125

143126
[Spike](https://lightspeed-core.github.io/lightspeed-stack/design/byok-pdf/byok-pdf-spike.html)
144127

145128
[Design](https://lightspeed-core.github.io/lightspeed-stack/design/byok-pdf/byok-pdf.html)
146129

147-
### Conversation compaction
130+
*** Conversation compaction ***
148131

149132
[Spike](https://lightspeed-core.github.io/lightspeed-stack/design/conversation-compaction/conversation-compaction-spike.html)
150133

151134
[Design](https://lightspeed-core.github.io/lightspeed-stack/design/conversation-compaction/conversation-compaction.html)
152135

153-
### Supporting backport changes for releases
136+
*** Supporting backport changes for releases ***
154137

155138
[Design](https://lightspeed-core.github.io/lightspeed-stack/design/supporting-backport-changes-for-releases/supporting-backport-changes-for-releases.html)
156139

157-
### Human-in-the-loop (HIL)
140+
*** Human-in-the-loop (HIL) ***
158141

159142
[Spike](https://lightspeed-core.github.io/lightspeed-stack/design/human-in-the-loop/human-in-the-loop-spike.html)
160143

161144
[Design](https://lightspeed-core.github.io/lightspeed-stack/design/human-in-the-loop/human-in-the-loop.html)
162145

163-
### Llama Stack config merge (unified `lightspeed-stack.yaml`)
146+
*** Llama Stack config merge (unified `lightspeed-stack.yaml`) ***
164147

165148
[Spike](https://lightspeed-core.github.io/lightspeed-stack/design/llama-stack-config-merge/llama-stack-config-merge-spike.html)
166149

167150
[Design](https://lightspeed-core.github.io/lightspeed-stack/design/llama-stack-config-merge/llama-stack-config-merge.html)
168151

169152
[Profiles (Deployment Guide)](https://lightspeed-core.github.io/lightspeed-stack/deployment_guide.html#profiles)
170153

171-
### Low overhead deployment for server mode
154+
*** Low overhead deployment for server mode ***
172155

173156
[Design](https://lightspeed-core.github.io/lightspeed-stack/design/low-overhead-deployment-for-server-mode/low-overhead-deployment-for-server-mode.html)
174157

175-
### OpenTelemetry tracing in Lightspeed Core
158+
*** OpenTelemetry tracing in Lightspeed Core ***
176159

177160
[Design](https://lightspeed-core.github.io/lightspeed-stack/design/observability-opentelemetry/observability-opentelemetry.html)
178161

File renamed without changes.

docs/index.md

Lines changed: 16 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,6 @@ product questions using backend LLM services, agents, and RAG databases.
1212

1313
![Logo](https://lightspeed-core.github.io/lightspeed-stack/logo.jpg)
1414

15-
<!-- vim-markdown-toc GFM -->
16-
17-
* [Basic info](#basic-info)
18-
* [User docs](#user-docs)
19-
* [Developer doc](#developer-doc)
20-
* [API](#api)
21-
* [Models](#models)
22-
* [Testing](#testing)
23-
* [Maintenance](#maintenance)
24-
* [Design documents](#design-documents)
25-
* [Agent skills](#agent-skills)
26-
* [Automatic conversation expiration](#automatic-conversation-expiration)
27-
* [BYOK PDF support](#byok-pdf-support)
28-
* [Conversation compaction](#conversation-compaction)
29-
* [Supporting backport changes for releases](#supporting-backport-changes-for-releases)
30-
* [Human-in-the-loop (HIL)](#human-in-the-loop-hil)
31-
* [Llama Stack config merge (unified `lightspeed-stack.yaml`)](#llama-stack-config-merge-unified-lightspeed-stackyaml)
32-
* [Low overhead deployment for server mode](#low-overhead-deployment-for-server-mode)
33-
* [OpenTelemetry tracing in Lightspeed Core](#opentelemetry-tracing-in-lightspeed-core)
34-
* [Demos](#demos)
35-
36-
<!-- vim-markdown-toc -->
37-
3815
## Basic info
3916

4017
[Overview](https://lightspeed-core.github.io/lightspeed-stack/basic_info/overview.html)
@@ -55,11 +32,15 @@ product questions using backend LLM services, agents, and RAG databases.
5532

5633
[BYOK guide](https://lightspeed-core.github.io/lightspeed-stack/user_doc/byok_guide.html)
5734

35+
[OKP guide](https://lightspeed-core.github.io/lightspeed-stack/user_doc/okp_guide.html)
36+
5837
[Authentication and Authorization](https://lightspeed-core.github.io/lightspeed-stack/user_doc/auth.html)
5938

6039
[User data collection](https://lightspeed-core.github.io/lightspeed-stack/user_doc/user_data_collection.html)
6140

62-
[Sentry error tracking](https://lightspeed-core.github.io/lightspeed-stack/sentry.html)
41+
[Sentry error tracking integration](https://lightspeed-core.github.io/lightspeed-stack/user_doc/sentry.html)
42+
43+
[Splunk integration](https://lightspeed-core.github.io/lightspeed-stack/user_doc/splunk.html)
6344

6445
## Developer doc
6546

@@ -95,6 +76,8 @@ product questions using backend LLM services, agents, and RAG databases.
9576

9677
[Streaming query endpoint](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/streaming_query_endpoint.html)
9778

79+
[OpenResponseAPI specification](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/responses.html)
80+
9881
### Models
9982

10083
[Common](https://lightspeed-core.github.io/lightspeed-stack/models/common.html)
@@ -135,51 +118,51 @@ product questions using backend LLM services, agents, and RAG databases.
135118

136119
## Design documents
137120

138-
### Agent skills
121+
*** Agent skills ***
139122

140123
[Spike](https://lightspeed-core.github.io/lightspeed-stack/design/agent-skills/agent-skills-spike.html)
141124

142125
[Design](https://lightspeed-core.github.io/lightspeed-stack/design/agent-skills/agent-skills.html)
143126

144-
### Automatic conversation expiration
127+
*** Automatic conversation expiration ***
145128

146129
[Design](https://lightspeed-core.github.io/lightspeed-stack/design/automatic-conversation-expiration/automatic-conversation-expiration.html)
147130

148-
### BYOK PDF support
131+
*** BYOK PDF support ***
149132

150133
[Spike](https://lightspeed-core.github.io/lightspeed-stack/design/byok-pdf/byok-pdf-spike.html)
151134

152135
[Design](https://lightspeed-core.github.io/lightspeed-stack/design/byok-pdf/byok-pdf.html)
153136

154-
### Conversation compaction
137+
*** Conversation compaction ***
155138

156139
[Spike](https://lightspeed-core.github.io/lightspeed-stack/design/conversation-compaction/conversation-compaction-spike.html)
157140

158141
[Design](https://lightspeed-core.github.io/lightspeed-stack/design/conversation-compaction/conversation-compaction.html)
159142

160-
### Supporting backport changes for releases
143+
*** Supporting backport changes for releases ***
161144

162145
[Design](https://lightspeed-core.github.io/lightspeed-stack/design/supporting-backport-changes-for-releases/supporting-backport-changes-for-releases.html)
163146

164-
### Human-in-the-loop (HIL)
147+
*** Human-in-the-loop (HIL) ***
165148

166149
[Spike](https://lightspeed-core.github.io/lightspeed-stack/design/human-in-the-loop/human-in-the-loop-spike.html)
167150

168151
[Design](https://lightspeed-core.github.io/lightspeed-stack/design/human-in-the-loop/human-in-the-loop.html)
169152

170-
### Llama Stack config merge (unified `lightspeed-stack.yaml`)
153+
*** Llama Stack config merge (unified `lightspeed-stack.yaml`) ***
171154

172155
[Spike](https://lightspeed-core.github.io/lightspeed-stack/design/llama-stack-config-merge/llama-stack-config-merge-spike.html)
173156

174157
[Design](https://lightspeed-core.github.io/lightspeed-stack/design/llama-stack-config-merge/llama-stack-config-merge.html)
175158

176159
[Profiles (Deployment Guide)](https://lightspeed-core.github.io/lightspeed-stack/deployment_guide.html#profiles)
177160

178-
### Low overhead deployment for server mode
161+
*** Low overhead deployment for server mode ***
179162

180163
[Design](https://lightspeed-core.github.io/lightspeed-stack/design/low-overhead-deployment-for-server-mode/low-overhead-deployment-for-server-mode.html)
181164

182-
### OpenTelemetry tracing in Lightspeed Core
165+
*** OpenTelemetry tracing in Lightspeed Core ***
183166

184167
[Design](https://lightspeed-core.github.io/lightspeed-stack/design/observability-opentelemetry/observability-opentelemetry.html)
185168

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)