Skip to content
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![Required Python version](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Flightspeed-core%2Flightspeed-stack%2Frefs%2Fheads%2Fmain%2Fpyproject.toml)](https://www.python.org/)
[![Tag](https://img.shields.io/github/v/tag/lightspeed-core/lightspeed-stack)](https://github.com/lightspeed-core/lightspeed-stack/releases/tag/0.2.0)

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Name inconsistency introduced

This sentence now says “Lightspeed Core’s Lightspeed-Stack (LCS)”, but the rest of the README still refers to the product as “Lightspeed Core Stack (LCS)”. Please update the remaining occurrences (or revert this line) so the naming stays consistent throughout the doc.

🤖 Prompt for AI Agents
In README.md around line 11, the product name is inconsistent: the line reads
"Lightspeed Core's Lightspeed-Stack (LCS)" while the rest of the README uses
"Lightspeed Core Stack (LCS)"; change this occurrence to match the canonical
name "Lightspeed Core Stack (LCS)" (or revert to the previous wording) and scan
the document for any other mismatched occurrences, updating them so the product
name and acronym are consistent throughout.


The service includes comprehensive user data collection capabilities for various types of user interaction data, which can be exported to Red Hat's Dataverse for analysis using the companion [lightspeed-to-dataverse-exporter](https://github.com/lightspeed-core/lightspeed-to-dataverse-exporter) service.

Expand Down
Loading