Skip to content

Commit

Permalink
Fixed broken links (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
writinwaters authored Jan 22, 2024
1 parent 6c9b45e commit e3ee494
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@

Infinity is a cutting-edge AI-native database that provides a wide range of search capabilities for rich data types such as vectors, full-text, and structured data. It provides robust support for various LLM applications, including search, recommenders, question-answering, conversational AI, copilot, content generation, and many more **RAG** (Retrieval-augmented Generation) applications.

- [Key Features](#key-features)
- [Get Started](#get-started)
- [Build from Source](#build-from-source)
- [Roadmap](#roadmap)
- [Community](#community)
- [Key Features](#-key-features)
- [Get Started](#-get-started)
- [Roadmap](#-roadmap)
- [Community](#-community)


## 🌟 Key Features
Expand Down Expand Up @@ -76,6 +75,9 @@ Ubuntu
sudo dpkg -i infinity-0.1.0-dev-x86_64.deb
sudo systemctl start infinity
```
#### 🛠️ Build from Source

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

### Install Infinity's Python client

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

## 🛠️ Build from Source

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

## 📜 Roadmap

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

0 comments on commit e3ee494

Please sign in to comment.