← Back to context Comment by eastbound 2 years ago I’m sorry but the abstract doesn’t say it: What is a text embedding? 6 comments eastbound Reply soVeryTired 2 years ago It's a machine learning method for turning a sample of text into a fixed-length vector. We usually try to find embeddings with the property that samples of text with similar meanings are mapped to vectors that are close to one another. disqard 2 years ago Could you recommend a self-hosted library for playing with text embeddings (as opposed to a REST API hosted online)? Thanks in advance! johnmoberg 2 years ago You could try SentenceTransformers: https://www.sbert.net/ 1 reply → kordlessagain 2 years ago Instructor Large and XL work great. itronitron 2 years ago Why not just call it a text vector?
soVeryTired 2 years ago It's a machine learning method for turning a sample of text into a fixed-length vector. We usually try to find embeddings with the property that samples of text with similar meanings are mapped to vectors that are close to one another. disqard 2 years ago Could you recommend a self-hosted library for playing with text embeddings (as opposed to a REST API hosted online)? Thanks in advance! johnmoberg 2 years ago You could try SentenceTransformers: https://www.sbert.net/ 1 reply → kordlessagain 2 years ago Instructor Large and XL work great. itronitron 2 years ago Why not just call it a text vector?
disqard 2 years ago Could you recommend a self-hosted library for playing with text embeddings (as opposed to a REST API hosted online)? Thanks in advance! johnmoberg 2 years ago You could try SentenceTransformers: https://www.sbert.net/ 1 reply → kordlessagain 2 years ago Instructor Large and XL work great.
It's a machine learning method for turning a sample of text into a fixed-length vector. We usually try to find embeddings with the property that samples of text with similar meanings are mapped to vectors that are close to one another.
Could you recommend a self-hosted library for playing with text embeddings (as opposed to a REST API hosted online)? Thanks in advance!
You could try SentenceTransformers: https://www.sbert.net/
1 reply →
Instructor Large and XL work great.
Why not just call it a text vector?