Skip to content

Commit

Permalink
docs: Hyperlink @Qdrant/fastembed README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush008 authored Oct 2, 2023
1 parent 376937a commit 3c0a30b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">
<h1><a href="https://crates.io/crates/fastembed">FastEmbed-rs</a></h1>
<h3>A Rust implementation of @Qdrant/fastembed.</h3>
<h1><a href="https://crates.io/crates/fastembed">FastEmbed-rs 🦀</a></h1>
<h3>Rust implementation of <a href="https://github.com/qdrant/fastembed" target="_blank">@Qdrant/fastembed</a></h3>
<a href="https://crates.io/crates/fastembed"><img src="https://img.shields.io/crates/v/fastembed.svg" alt="Crates.io"></a>
<a href="https://github.com/Anush008/fastembed-rs/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-mit-blue.svg" alt="MIT Licensed"></a>
<a href="https://github.com/Anush008/fastembed-rs/actions/workflows/release.yml"><img src="https://github.com/Anush008/fastembed-rs/actions/workflows/release.yml/badge.svg?branch=main" alt="Semantic release"></a>
Expand All @@ -26,7 +26,7 @@ The default embedding supports "query" and "passage" prefixes for the input text
To install the FastEmbed library, Cargo works:

```bash
cargo install fastembed
cargo add fastembed
```

## 📖 Usage
Expand Down

0 comments on commit 3c0a30b

Please sign in to comment.