Vector Search Demos

Interactive Live Examples

Startup Search

This demo uses short descriptions of startups to perform a semantic search. Each startup description converted into a vector using a pre-trained SentenceTransformer model and uploaded to the Qdrant vector search engine. Demo service processes text input with the same model and uses its output to query Qdrant for similar vectors. You can turn neural search on and off to compare the result with regular full-text search.

Live Demo

Food Discovery

This demo uses data from Delivery Service. Users may like or dislike the photo of a dish, and the app will recommend more similar meals based on how they look. It's also possible to choose to view results from the restaurants within the delivery radius.

Live Demo

E-commerce products categorization

This demo shows how you can use vector database in e-commerce. Enter the name of the product and the application will understand which category it belongs to, based on the multi-language model. The dots represent clusters of products.

Live Demo

Semantic code search

It can be difficult to go through an unknown codebase. This demo shows how to implement a semantic search application for code search tasks, with two neural encoders. These encoders are a general-purpose sentence transformer and a code-specific model. This supports both natural and code-like queries, which covers a broad range of interactions.

Live Demo

Get Updates from Qdrant

We will update you on new features and news regarding Qdrant and Vector Similarity Search