zrguo
commited on
Commit
·
a7f6abf
1
Parent(s):
c9b94a6
Update README.md
Browse files
README.md
CHANGED
@@ -42,6 +42,7 @@ pip install lightrag-hku
|
|
42 |
```
|
43 |
|
44 |
## Quick Start
|
|
|
45 |
* All the code can be found in the `examples`.
|
46 |
* Set OpenAI API key in environment if using OpenAI models: `export OPENAI_API_KEY="sk-...".`
|
47 |
* Download the demo text "A Christmas Carol by Charles Dickens":
|
|
|
42 |
```
|
43 |
|
44 |
## Quick Start
|
45 |
+
* [Video demo](https://www.youtube.com/watch?v=g21royNJ4fw) of running LightRAG locally.
|
46 |
* All the code can be found in the `examples`.
|
47 |
* Set OpenAI API key in environment if using OpenAI models: `export OPENAI_API_KEY="sk-...".`
|
48 |
* Download the demo text "A Christmas Carol by Charles Dickens":
|