Home / Companies / Algolia / Blog / January 2024

January 2024 Summaries

4 posts from Algolia

Filter
Month: Year:
Post Summaries Back to Blog
At Algolia, the company has implemented its own search engine from scratch instead of building upon an existing open-source engine due to various reasons. One of these reasons is to solve the problem of indexing impacting search performance, which occurs because indexing and search share critical resources such as CPU and Disk. The company's approach involves dividing indexing and search into different application processes with different scheduling priorities, prioritizing search queries over indexing, and slowing down indexing during spikes in search queries. Additionally, Algolia uses custom kernel I/O scheduler settings to assign different priorities to read and write operations, aiming to minimize contention for finite disk resources by keeping data in memory and syncing it on high-end SSDs and multiple servers for high availability. By solving this problem, Algolia aims to remove pains associated with building a great search feature and provide speed and reliability to its customers.
Jan 22, 2024 847 words in the original blog post.
Algolia is set to make a significant impact at the NRF Retail Big Show in NYC with its AI-based products that promise to revolutionize the retail industry. The company's presence at the event will showcase cutting-edge technology and insightful presentations that delve into the future of retail, highlighting the potential of artificial intelligence to enhance efficiency, personalization, and customer experience. Algolia's latest innovations will be unveiled during live product demonstrations, demonstrating the practical applications of its AI solutions in merchandising and ecommerce. The company will also host a book signing at its booth and invite attendees to engage with industry experts as they share insights into the future trends and challenges facing the retail industry. With a focus on innovation and possibility, Algolia is poised to take the NRF Retail Big Show by storm and showcase the AI-driven future that awaits the retail sector.
Jan 11, 2024 543 words in the original blog post.
A straightforward app template is a good starting point for building a comprehensive search experience, and InstantSearch and Autocomplete are two incredible features to begin with. InstantSearch contains the building blocks needed to craft that perfect search journey, while Autocomplete displays real-time suggestions, completing the user's thoughts and providing the most relevant content. This powerful combination transforms the search experience by increasing user engagement, reducing bounce rates, and making it work like magic. With Algolia's vanilla JS option, developers can easily install InstantSearch and customize its features to tailor the experience to their needs. The events setup is encapsulated behind a single option in Algolia's app.js file, which sends data-driven feedback through events, capturing user behaviors and informing A/B testing, recommendation features, and vector search. By validating events in the events hub, developers can ensure that the feedback loop remains robust and reliable.
Jan 08, 2024 795 words in the original blog post.
Good web design for ecommerce involves striking a balance between aesthetics and functionality. While visual elements can be impressive, they must also effectively motivate potential customers to complete their purchases. This includes using the right colors, minimizing distractions, and focusing on the main objective of the site. Effective search functionality is crucial as well, with AI-driven search design significantly improving user experience and conversion rates.
Jan 03, 2024 2,192 words in the original blog post.