Confidence Intervals: A Deep Dive for the Technical Professional At its core, a Confidence Interval is a range of values we are fairly sure our true value lies in.
How to build an AI Product (8) - Harnessing the Power of Embeddings, Vector Search, and LLMs: A Glimpse into Modern Applications In the digital age, the continuous evolution of technology propels innovations that were once confined to research labs into everyday applications. Among these advances, the use of embeddings, vector search, and large language models (LLMs) like ChatGPT stands out, ushering in a new era of sophisticated tools that can comprehend,
How to build an AI Product (7) - Build an MVP UI for your backend service When paired with the robust FastAPI framework, a tool like jQuery can be instrumental in achieving this. FastAPI, known for its high performance and Pythonic ease, serves as an optimal backend choice for modern web applications.
How to build an AI Product (6) - Creating a Docker environment for easy experimentation Docker has revolutionized the way we build, ship, and run applications. It's an indispensable tool for developers and data scientists, allowing for consistent and reproducible environments. But why Docker? Lets find out.
How to build an AI Product (5) - FastAPI Backend Service: Return Similar Sentences FastAPI is a modern web framework for building APIs with Python 3.6+ based on standard Python type hints. It's known for its speed and easy-to-use syntax. We create a simple FastAPI backend service that accepts a sentence and returns similar sentences.
How to build an AI Product (4) - Efficiently Searching Vector Spaces with Annoy nter Annoy (Approximate Nearest Neighbors Oh Yeah) – a powerful library designed for fast approximate nearest neighbor search.
How to build an AI product - (3) Exploring the World of Embedding Models for Diverse Tasks Over the years, a plethora of embedding models have been designed, each fine-tuned for specific tasks. Let’s embark on a journey exploring these models, with a particular focus on the offerings from the Sentence Transformers library.