Merge pull request #310 from AlexZhangji/main

add comparison benchmark for embedding models
pull/321/head
Ted Sanders 2 years ago committed by GitHub
commit 5126855b23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,6 +11,8 @@ For more information, read OpenAI's blog post announcements:
* [Introducing Text and Code Embeddings (Jan 2022)](https://openai.com/blog/introducing-text-and-code-embeddings/) * [Introducing Text and Code Embeddings (Jan 2022)](https://openai.com/blog/introducing-text-and-code-embeddings/)
* [New and Improved Embedding Model (Dec 2022)](https://openai.com/blog/new-and-improved-embedding-model/) * [New and Improved Embedding Model (Dec 2022)](https://openai.com/blog/new-and-improved-embedding-model/)
For comparison with other embedding models, see [Massive Text Embedding Benchmark (MTEB) Leaderboard](https://huggingface.co/spaces/mteb/leaderboard)
## Semantic search ## Semantic search
Embeddings can be used for search either by themselves or as a feature in a larger system. Embeddings can be used for search either by themselves or as a feature in a larger system.

Loading…
Cancel
Save