December 2024 Summaries
2 posts from Qdrant
Filter
Month:
Year:
Post Summaries
Back to Blog
Voiceflow, a no-code platform for creating AI agents, leverages Qdrant's scalable vector search technology to enhance its capabilities, allowing enterprises to design workflows through a drag-and-drop interface and host customized chatbot interfaces without building their own retrieval-augmented generation (RAG) pipelines. Initially using Pinecone, Voiceflow switched to Qdrant due to its robust multi-node scaling, infrastructure support integrating with AWS, and the responsive development team. The transition involved a comprehensive migration process ensuring data consistency and stability, ultimately enabling efficient data processing and retrieval through features like quantization, chunking search, and enhanced metadata tagging. By utilizing these capabilities, Voiceflow has optimized its platform for secure, scalable, and efficient AI-driven applications, supporting diverse user needs and anticipating future innovations in hybrid search and multitenancy.
Dec 10, 2024
1,047 words in the original blog post.
The Twin Celebrity app is a facial recognition application that matches users with their celebrity look-alikes using advanced technology, including facial recognition embeddings and vector search powered by Qdrant. The app's architecture involves multiple tools, such as a ResNet-based FaceNet model for generating face recognition embeddings and ZenML for data pipeline orchestration, while Streamlit serves as the front-end interface. The offline phase involves preparing a dataset of celebrity images, aligning faces with MTCNN, and generating embeddings stored in Qdrant Cloud, while the online phase captures user selfies and queries Qdrant for the closest matches. Developed by Miguel Otero Pedrido, the app showcases the capabilities of modern vector databases and embedding-based applications, with potential real-world uses in security, healthcare, and retail beyond entertainment. The project emphasizes scalability and optimization strategies, such as quantization to handle large datasets, and suggests future enhancements like mobile-friendly deployment and real-time video input.
Dec 03, 2024
1,012 words in the original blog post.