Skip to content
Merged
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
61 changes: 61 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,64 @@

Welcome. This directory is published via GitHub Pages.
See the full documentation at [`../README.md`](../README.md) or browse sub-pages in `docs/`.



## Overview

(Architecture)[https://lightspeed-core.github.io/lightspeed-stack/ARCHITECTURE.html]

(Architecture diagram)[https://lightspeed-core.github.io/lightspeed-stack/architecture.svg]

(Getting started)[https://lightspeed-core.github.io/lightspeed-stack/getting_started.html]

(Authentication and Authorization)[https://lightspeed-core.github.io/lightspeed-stack/auth.html]



## Installation and configuration

(Deployment Guide)[https://lightspeed-core.github.io/lightspeed-stack/deployment_guide.html]

(Linux)[https://lightspeed-core.github.io/lightspeed-stack/installation_linux.html]

(MacOS)[https://lightspeed-core.github.io/lightspeed-stack/installation_macos.html]

(Configuration)[https://lightspeed-core.github.io/lightspeed-stack/config.html]



## API

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

(Conversations API)[https://lightspeed-core.github.io/lightspeed-stack/conversations_api.html]

(A2A (Agent-to-Agent) Protocol)[https://lightspeed-core.github.io/lightspeed-stack/a2a_protocol.html]




## RAG and BYOK

(RAG Configuration Guide)[https://lightspeed-core.github.io/lightspeed-stack/rag_guide.html]

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


## Other features

(Providers)[https://lightspeed-core.github.io/lightspeed-stack/providers.html]

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

(Database structure)[https://lightspeed-core.github.io/lightspeed-stack/DB/index.html]



## Testing

(Testing)[https://lightspeed-core.github.io/lightspeed-stack/testing.html]

(List of e2e scenarios)[https://lightspeed-core.github.io/lightspeed-stack/e2e_scenarios.html]

Loading