/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

simonwillison.net
| | datasette.io
6.9 parsecs away

Travel
| |
| | saeedesmaili.com
5.2 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.
| | blog.adnansiddiqi.me
8.6 parsecs away

Travel
| | Learn the basics of Large Language Models (LLMs) in this introduction to GenAI series. Discover how LLMs work, their architecture, and practical applications like customer support, content creation, and software development.
| | devremote.io
21.2 parsecs away

Travel
| Prisma is a modern, open-source data access layer that provides a flexible and intuitive way to work with databases. It allows you to interact easily with your data by providing a clean, declarative API and robust tools for building complex queries. This article will explore how to set up Prisma