Home / Companies / Qdrant / Blog / January 2025

January 2025 Summaries

2 posts from Qdrant

Filter
Month: Year:
Post Summaries Back to Blog
A recent live session showcased the integration of CrewAI and Qdrant to build an intelligent Retrieval-Augmented Generation (RAG) system aimed at semi-automating email communication by analyzing incoming messages and generating contextually relevant response suggestions. CrewAI, a framework for creating intelligent multi-agent applications, uses ambient agents that operate in the background to automate tasks without explicit human initiation. The system leverages Qdrant for entity and short-term memory storage, utilizing vector embeddings to maintain an up-to-date knowledge base, and integrates with Gmail and Obsidian notes for seamless operation. The process involves categorizing emails and drafting responses based on information stored in Qdrant, with agents defined in YAML files and implemented using Python, allowing for easy customization. The initiative exemplifies the potential of AI-powered ambient agents to enhance productivity by automating routine tasks and maintaining a dynamic, accurate knowledge base.
Jan 24, 2025 2,609 words in the original blog post.
Qdrant 1.13 introduces several new features including GPU-accelerated HNSW indexing, a Strict Mode for operational control, HNSW graph compression, named vector filtering, and a custom storage engine. The GPU indexing supports major vendors like NVIDIA, AMD, and Intel, significantly reducing indexing times and offering up to 10x faster speeds compared to CPU methods, while the vendor-agnostic design ensures broad compatibility. Strict Mode enhances system reliability by imposing operational limits, preventing inefficiencies, and optimizing resource allocation, particularly beneficial in multi-tenant environments. The introduction of Delta Encoding for HNSW graph compression reduces memory usage by up to 30% without performance loss, while named vector filtering allows users to search data points based on specific vector presence, offering greater flexibility in handling heterogeneous data. Lastly, a custom storage engine replaces the previous RocksDB system, providing consistent performance and eliminating latency spikes by optimizing data handling processes tailored to Qdrant's specific use case.
Jan 23, 2025 2,306 words in the original blog post.