Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sykp241095 authored May 24, 2024
1 parent d5bd5ca commit 7b87871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/graphrag-helloworld/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ git clone https://github.com/pingcap/tidb-vector-python.git
### Create a virtual environment

```bash
cd tidb-vector-python/examples/graphrag-simple-retrieve
cd tidb-vector-python/examples/graphrag-helloworld
python3 -m venv .venv
source .venv/bin/activate
```
Expand Down Expand Up @@ -52,4 +52,4 @@ $ python3 simple-retrieve.py
Input your TIDB connection string:
Input your OpenAI API Key:
Enter your question:
```
```

0 comments on commit 7b87871

Please sign in to comment.