Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ See the full documentation at [`../README.md`](../README.md) or browse sub-pages

[Contributing guide](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/contributing_guide.html)

[Conversation history](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/conversation_history.html)

[Persistent storage](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/persistent_storage.html)

[Quota scheduler](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/quota_scheduler.html)

### API

[OpenAPI specification](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/openapi.html)
Expand Down
3 changes: 3 additions & 0 deletions docs/devel_doc/conversation_history.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Conversation history

![Conversation history](./conversation_history.svg)
File renamed without changes
3 changes: 3 additions & 0 deletions docs/devel_doc/persistent_storage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Persistent storage

![Persistent storage](./persistent_storage.svg)
File renamed without changes
3 changes: 3 additions & 0 deletions docs/devel_doc/quota_scheduler.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Quota scheduler

![Quota scheduler](./quota_scheduler.svg)
File renamed without changes.
File renamed without changes
6 changes: 6 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ product questions using backend LLM services, agents, and RAG databases.

[Contributing guide](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/contributing_guide.html)

[Conversation history](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/conversation_history.html)

[Persistent storage](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/persistent_storage.html)

[Quota scheduler](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/quota_scheduler.html)

### API

[OpenAPI specification](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/openapi.html)
Expand Down
Loading