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
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,4 @@ See the full documentation at [`../README.md`](../README.md) or browse sub-pages

[CodeRabbitAI](https://lightspeed-core.github.io/lightspeed-stack/demos/lcore/coderabbit.html#/)

[Lunch and Learn 2026](https://lightspeed-core.github.io/lightspeed-stack/demos/lcore/LnL_2026.html#/)
13 changes: 12 additions & 1 deletion docs/demos/lcore/LnL_2026.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Lightspeed Core Stack — Lunch & Learn
# Lightspeed Core Stack

## Lunch & Learn

---

![LCORE](images/lcore.jpg)

Expand All @@ -13,15 +17,18 @@
LCS comes with everything a team needs out of the box: authentication, authorization, quotas, caching, OKP integration, RAG, observability, safety shields, multi-provider support. So teams don't have to build or integrate those pieces themselves

---

## 2. Success Stories: 4 Teams in Production

---

## 3. Architecture at a Glance

- Library mode vs. Server mode
- Query, Streaming Query, Responses API

---

## 4. Core Capabilities

- **Multi-provider LLM access** — OpenAI, Azure, VertexAI, WatsonX, Bedrock, vLLM (RHOAI/RHAIIS/RHEL AI)
Expand All @@ -35,24 +42,28 @@
- **Conversation Management** — Full conversation history storage and retrieval, multiple cache backends (PostgreSQL, SQLite, in-memory)

---

## 5. Getting Started / How to Onboard

- Configuration walkthrough: `lightspeed-stack.yaml` + `run.yaml`
- Deployment options: Docker Compose (dev), OpenShift (prod), Konflux builds

---

## 6. Live Demo

- Send a query, show streaming response
- Show conversation history, metrics endpoint
- Register an MCP tool server on the fly

---

## 7. What's Next / Roadmap

- Upcoming features or integrations
- How to contribute or request features

---

## 8. Q&A

2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,5 @@ Lightspeed Core Stack (LCS) is an AI powered assistant that provides answers to

[CodeRabbitAI](https://lightspeed-core.github.io/lightspeed-stack/demos/lcore/coderabbit.html#/)

[Lunch and Learn 2026](https://lightspeed-core.github.io/lightspeed-stack/demos/lcore/LnL_2026.html#/)

Loading