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
38 changes: 20 additions & 18 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,61 +5,63 @@ See the full documentation at [`../README.md`](../README.md) or browse sub-pages



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

## Overview

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

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

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

(Authentication and Authorization)[https://lightspeed-core.github.io/lightspeed-stack/auth.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]
[Deployment Guide](https://lightspeed-core.github.io/lightspeed-stack/deployment_guide.html)

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

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

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



## API

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

(Conversations API)[https://lightspeed-core.github.io/lightspeed-stack/conversations_api.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]
[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]
[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]
[BYOK guide](https://lightspeed-core.github.io/lightspeed-stack/byok_guide.html)


## Other features

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

(User data collection)[https://lightspeed-core.github.io/lightspeed-stack/user_data_collection.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]
[Database structure](https://lightspeed-core.github.io/lightspeed-stack/DB/index.html)



## Testing

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

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

38 changes: 19 additions & 19 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,63 +9,63 @@ About The Project

Lightspeed Core Stack (LCS) is an AI powered assistant that provides answers to product questions using backend LLM services, agents, and RAG databases.

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

## Overview

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

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

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

(Authentication and Authorization)[https://lightspeed-core.github.io/lightspeed-stack/auth.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]
[Deployment Guide](https://lightspeed-core.github.io/lightspeed-stack/deployment_guide.html)

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

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

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



## API

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

(Conversations API)[https://lightspeed-core.github.io/lightspeed-stack/conversations_api.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]
[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]
[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]
[BYOK guide](https://lightspeed-core.github.io/lightspeed-stack/byok_guide.html)


## Other features

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

(User data collection)[https://lightspeed-core.github.io/lightspeed-stack/user_data_collection.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]
[Database structure](https://lightspeed-core.github.io/lightspeed-stack/DB/index.html)



## Testing

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

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

Loading