Skip to content

Commit

Permalink
docs: Model, repo url update
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush008 committed Oct 2, 2023
1 parent 780ecca commit 29bf2b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 29bf2b9

Please sign in to comment.