Skip to content

Commit

Permalink
fix the grammar error at readme
Browse files Browse the repository at this point in the history
  • Loading branch information
liyin2015 committed Jul 13, 2024
1 parent 264933b commit 0b9a22d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ It is *light*, *modular*, and *robust*, with a 100% readable codebase.

LLMs are like water; they can be shaped into anything, from GenAI applications such as chatbots, translation, summarization, code generation, and autonomous agents to classical NLP tasks like text classification and named entity recognition. They interact with the world beyond the model’s internal knowledge via retrievers, memory, and tools (function calls). Each use case is unique in its data, business logic, and user experience.

Because of this, no library can provide out-of-the-box solutions. Users must build toward their own use case. This requires the library to be modular, robust, and have a clean, readable codebase. The only code you should put into production is code you either 100% trust or are 100% clear about how to customize and iterate.
Because of this, no library can provide out-of-the-box solutions. Users must build towards their own use case. This requires the library to be modular, robust, and have a clean, readable codebase. The only code you should put into production is code you either 100% trust or are 100% clear about how to customize and iterate.

This is what LightRAG is: light, modular, and robust, with a 100% readable codebase.

Expand Down
1 change: 1 addition & 0 deletions docs/source/apis/components/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ Reasoning

.. toctree::
:maxdepth: 1
:hidden:

components.model_client
components.retriever
Expand Down

0 comments on commit 0b9a22d

Please sign in to comment.