Skip to content

Commit

Permalink
need to redo the readme in lightrag directory
Browse files Browse the repository at this point in the history
  • Loading branch information
liyin2015 committed Jul 1, 2024
1 parent e739570 commit 7399ae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lightrag/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# LightRAG
<!-- # LightRAG
[1000 lines of code are all you need](https://github.com/Sylph-AI/LightRAG/blob/main/lightrag/light_rag.py). No lock-in to vendors and frameworks, only the best practices of **productionable RAG and Agent**.
## What is LightRAG?
Expand Down Expand Up @@ -63,4 +63,4 @@ To add a new use case, you can add a new folder in `use_cases/` with the name `a
2. Setup API keys by make a copy of `.env.example` to `.env` and fill in the necessary API keys.
3. Setup the Python environment using `poetry install`. And activate the environment using `poetry shell`.
4. (For contributors only) Install pre-commit into your git hooks using `pre-commit install`, which will automatically check the code standard on every commit.
5. Now you should run any file in the repo.
5. Now you should run any file in the repo. -->

0 comments on commit 7399ae4

Please sign in to comment.