diff --git a/package.json b/package.json
index 06b278c19..5fcd0aa86 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "orama-monorepo",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "Next generation full-text and vector search engine, written in TypeScript",
"workspaces": [
"packages/*",
diff --git a/packages/benchmarks/package.json b/packages/benchmarks/package.json
index fc8d227ed..eba6ade76 100644
--- a/packages/benchmarks/package.json
+++ b/packages/benchmarks/package.json
@@ -1,6 +1,6 @@
{
"name": "benchmarks",
- "version": "2.0.0",
+ "version": "2.0.1",
"private": true,
"scripts": {
"bench:group": "node src/group.bench.js",
diff --git a/packages/docs/package.json b/packages/docs/package.json
index 013cc56db..1baa29b7a 100644
--- a/packages/docs/package.json
+++ b/packages/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "@orama/docs",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "Documentation for Orama",
"private": true,
"type": "module",
diff --git a/packages/orama/README.md b/packages/orama/README.md
index a8056db89..b1ec7299f 100644
--- a/packages/orama/README.md
+++ b/packages/orama/README.md
@@ -1,43 +1,40 @@
# Orama
-Search, everywhere.
+Full-text, vector, and hybrid search with a unique API.
+On your browser, server, mobile app, or at the edge.
+In less than 2kb.
[![Tests](https://github.com/oramasearch/orama/actions/workflows/turbo.yml/badge.svg)](https://github.com/oramasearch/orama/actions/workflows/turbo.yml)
![npm bundle size](https://img.shields.io/bundlephobia/minzip/%40orama%2Forama?label=Bundle%20Size&link=https%3A%2F%2Fbundlephobia.com%2Fpackage%2F%40orama%2Forama%40latest)
-[![Open Bounties](https://img.shields.io/endpoint?url=https%3A%2F%2Fconsole.algora.io%2Fapi%2Fshields%2Foramasearch%2Fbounties%3Fstatus%3Dopen)](https://console.algora.io/org/oramasearch/bounties?status=open)
-[![Rewarded Bounties](https://img.shields.io/endpoint?url=https%3A%2F%2Fconsole.algora.io%2Fapi%2Fshields%2Foramasearch%2Fbounties%3Fstatus%3Dcompleted)](https://console.algora.io/org/oramasearch/bounties?status=completed)
# Join Orama's Slack channel
-If you need more info, help, or want to provide general feedback on Orama, join the [Orama Slack channel](https://orama.to/slack)
+If you need more info, help, or want to provide general feedback on Orama, join
+the
+[Orama Slack channel](https://orama.to/slack)
# Highlighted features
- [Vector Search](https://docs.oramasearch.com/open-source/usage/search/vector-search)
-- [Search filters](https://docs.oramasearch.com/open-source/usage/search/filters)
+- [Hybrid Search](https://docs.oramasearch.com/open-source/usage/search/hybrid-search)
+- [Search Filters](https://docs.oramasearch.com/open-source/usage/search/filters)
- [Geosearch](https://docs.oramasearch.com/open-source/usage/search/geosearch)
- [Facets](https://docs.oramasearch.com/open-source/usage/search/facets)
- [Fields Boosting](https://docs.oramasearch.com/open-source/usage/search/fields-boosting)
-- [Typo tolerance](https://docs.oramasearch.com/open-source/usage/search/introduction#typo-tolerance)
-- [Exact match](https://docs.oramasearch.com/open-source/usage/search/introduction#exact-match)
+- [Typo Tolerance](https://docs.oramasearch.com/open-source/usage/search/introduction#typo-tolerance)
+- [Exact Match](https://docs.oramasearch.com/open-source/usage/search/introduction#exact-match)
+- [BM25](https://docs.oramasearch.com/open-source/usage/search/bm25-algorithm)
- [Stemming and tokenization in 28 languages](https://docs.oramasearch.com/open-source/text-analysis/stemming)
+- [Plugin System](https://docs.oramasearch.com/open-source/plugins/introduction)
# Installation
-You can install Orama using `npm`, `yarn`, `pnpm`:
+You can install Orama using `npm`, `yarn`, `pnpm`, `bun`:
```sh
npm i @orama/orama
```
-```sh
-yarn add @orama/orama
-```
-
-```sh
-pnpm add @orama/orama
-```
-
Or import it directly in a browser module:
```html
@@ -52,6 +49,12 @@ Or import it directly in a browser module: