Skip to content

Commit

Permalink
* chore: update project description in pyproject.toml
Browse files Browse the repository at this point in the history
* docs: update project description in README.md and docs/index.md
  • Loading branch information
NirantK committed Aug 24, 2023
1 parent 1809e8c commit 88b595f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# ⚡️ What is FastEmbed?

FastEmbed is an easy to use -- lightweight, fast, Python library built for retrieval augmented generation. The default embedding supports "query" and "passage" prefixes for the input text.
FastEmbed is an easy to use -- lightweight, fast, Python library built for retrieval embedding generation.

The default embedding supports "query" and "passage" prefixes for the input text. The default model is Flag Embedding, which is top of the [MTEB](https://huggingface.co/spaces/mteb/leaderboard) leaderboard.

1. Light
- Quantized model weights
Expand Down
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# ⚡️ What is FastEmbed?

FastEmbed is an easy to use -- lightweight, fast, Python library built for retrieval augmented generation. The default embedding supports "query" and "passage" prefixes for the input text.
FastEmbed is an easy to use -- lightweight, fast, Python library built for retrieval embedding generation. The default embedding supports "query" and "passage" prefixes for the input text.

The default embedding supports "query" and "passage" prefixes for the input text. The default model is Flag Embedding, which is top of the [MTEB](https://huggingface.co/spaces/mteb/leaderboard) leaderboard.

## 🚀 Installation

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "fastembed"
version = "0.0.4"
description = "Fast, State of the Art Quantized Embedding Models"
description = "Fast, light, accurate library built for retrieval embedding generation"
authors = ["NirantK <[email protected]>"]
license = "Apache License"
readme = "README.md"
Expand Down

0 comments on commit 88b595f

Please sign in to comment.