Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
gusye1234 committed Sep 26, 2024
1 parent 9ad71cf commit c188477
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,26 +40,26 @@

😊 This project provides a **smaller, faster, cleaner GraphRAG**, while remaining the core functionality(see [benchmark](#benchmark) and [issues](#Issues) ).

🎁 Excluding `tests` and prompts, `nano-graphrag` is about **800 lines of code**.
🎁 Excluding `tests` and prompts, `nano-graphrag` is about **1100 lines of code**.

πŸ‘Œ Small yet [**portable**](#Components)(faiss, neo4j, ollama...), [**asynchronous**](#Async) and fully typed.



## Install

**Install from PyPi**
**Install from source** (recommend)

```shell
pip install nano-graphrag
# clone this repo first
cd nano-graphrag
pip install -e .
```

**Install from source**
**Install from PyPi**

```shell
# clone this repo first
cd nano-graphrag
pip install -e .
pip install nano-graphrag
```


Expand Down

0 comments on commit c188477

Please sign in to comment.