Skip to content

Commit

Permalink
docs: update README.md (#405)
Browse files Browse the repository at this point in the history
likley -> likely
  • Loading branch information
eltociear authored Oct 7, 2024
1 parent 612f435 commit 2351e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ asyncio.run(embed_text(array[0]))
```

Example embedding models:
- Any trending embedding / reranking model is likley supported: https://huggingface.co/models?other=text-embeddings-inference&sort=trending
- Any trending embedding / reranking model is likely supported: https://huggingface.co/models?other=text-embeddings-inference&sort=trending
- [mixedbread-ai/mxbai-embed-large-v1](https://huggingface.co/mixedbread-ai/mxbai-embed-large-v1)
- [WhereIsAI/UAE-Large-V1](https://huggingface.co/WhereIsAI/UAE-Large-V1)
- [BAAI/bge-base-en-v1.5](https://huggingface.co/BAAI/bge-base-en-v1.5)
Expand Down

0 comments on commit 2351e26

Please sign in to comment.