Skip to content

Commit

Permalink
Update readme (#2417)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?

Fix readme bug

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
- [x] Documentation Update

Signed-off-by: Jin Hai <[email protected]>
  • Loading branch information
JinHai-CN authored Dec 31, 2024
1 parent 1094cff commit e295d00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ Infinity supports two working modes, embedded mode and client-server mode. Infin
print(res)
```

> 💡 For more information about Infinity's Python API, see the [Python API Reference](https://infiniflow.org/docs/dev/pysdk_api_reference).
#### 🔧 Deploy Infinity in client-server mode

If you wish to deploy Infinity with the server and client as separate processes, see the [Deploy infinity server](https://infiniflow.org/docs/dev/deploy_infinity_server) guide.
Expand All @@ -90,8 +92,6 @@ If you wish to deploy Infinity with the server and client as separate processes,

See the [Build from Source](https://infiniflow.org/docs/dev/build_from_source) guide.

> 💡 For more information about Infinity's Python API, see the [Python API Reference](https://infiniflow.org/docs/dev/pysdk_api_reference).
## 📚 Document

- [Quickstart](https://infiniflow.org/docs/dev/)
Expand Down

0 comments on commit e295d00

Please sign in to comment.