diff --git a/README.md b/README.md index 61b7333..6ea8750 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The default embedding supports "query" and "passage" prefixes for the input text - [**BAAI/bge-base-en-v1.5**](https://huggingface.co/BAAI/bge-base-en-v1.5) - [**BAAI/bge-small-en-v1.5**](https://huggingface.co/BAAI/bge-small-en-v1.5) - Default - [**sentence-transformers/all-MiniLM-L12-v2**](https://huggingface.co/sentence-transformers/all-MiniLM-L12-v2) - +- [**intfloat/multilingual-e5-large**](https://huggingface.co/intfloat/multilingual-e5-large) ## 🚀 Installation diff --git a/package.json b/package.json index 348e091..43413dc 100644 --- a/package.json +++ b/package.json @@ -5,13 +5,13 @@ "licenses": [ { "type": "MIT", - "url": "https://github.com/Anush008/fastembed/LICENSE" + "url": "https://github.com/Anush008/fastembed-js/LICENSE" } ], "publishConfig": { "provenance": true }, - "repository": "https://github.com/Anush008/fastembed", + "repository": "https://github.com/Anush008/fastembed-js", "scripts": { "test": "npm run tsc && vitest", "tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",