Databases
Building a Hybrid Search App with Qdrant: A Technical Walkthrough
A fun dive into hybrid search with Qdrant! From clustering to reranking, see how we built a search app using dense and sparse vectors.
Databases
A fun dive into hybrid search with Qdrant! From clustering to reranking, see how we built a search app using dense and sparse vectors.
Python
Learn how to build a time-series data storage system using blockchain with this fun guide. Explore setting up Ethereum with Ganache, deploying smart contracts with Solidity and Truffle, and using Python to store and retrieve time-series data like temperature and humidity.
Databases
Milvus is a powerful open-source vector database that excels at managing unstructured data such as images, video, and audio. This article explores Milvus's capabilities, including an image similarity search use case using Python.