Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "[doc] Added anchor" #460

Merged
merged 1 commit into from
Jan 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Infinity is a cutting-edge AI-native database that provides a wide range of sear
- [Community](#community)


## 🌟 Key Features {#key-features}
## 🌟 Key Features

Infinity comes with high performance, flexibility, ease-of-use, and many features designed to address the challenges facing the next-generation AI applications:

Expand All @@ -49,7 +49,7 @@ Supports a wide range of data types including strings, numerics, vectors, and mo
- Intuitive Python API. See the [Python API](docs/pysdk_api_reference.md)
- A single-binary architecture with no dependencies, making deployment a breeze.

## 🎮 Get Started {#get-started}
## 🎮 Get Started

### Deploy Infinity database

Expand Down Expand Up @@ -135,15 +135,15 @@ print(res)
> 💡 For more information about the Python API, see the [Python API Reference](docs/pysdk_api_reference.md).


## 🛠️ Build from Source {#build-from-source}
## 🛠️ Build from Source

See [Build from Source](docs/build_from_source.md).

## 📜 Roadmap {#roadmap}
## 📜 Roadmap

See the [Infinity Roadmap 2024](https://github.com/infiniflow/infinity/issues/338)

## 🙌 Community {#community}
## 🙌 Community

- [Discord](https://discord.gg/jEfRUwEYEV)
- [Twitter](https://twitter.com/infiniflowai)
Expand Down
Loading