Explore >> Select a destination


You are here

www.mixedbread.ai
| | saeedesmaili.com
4.8 parsecs away

Travel
| | Recently, I've been working on a side project where I use OpenAI's text-embedding-ada-002 model to generate vector embeddings for text snippets. While this model is inexpensive, the cost can add up when dealing with thousands or millions of text snippets. Therefore, I decided to explore alternatives, particularly those that would allow me to run similar models locally instead of relying on OpenAI's API. In this post, I'll share my experience using the sentence-transformers library for this purpose and discuss the pros and cons.
| | www.nomic.ai
4.4 parsecs away

Travel
| | Nomic expands the capabilities of Nomic Embed to include vision.
| | blog.nomic.ai
2.4 parsecs away

Travel
| | Nomic releases a 8192 Sequence Length Text Embedder that outperforms OpenAI text-embedding-ada-002 and text-embedding-v3-small.
| | bdtechtalks.com
25.4 parsecs away

Travel
| Retrieval augmented generation (RAG) enables you to use custom documents with LLMs to improve their precision.