Search Insights & Expertise

Practical insights on search architecture, relevance, and performance from real-world implementations.

A Tale of Java, LLMs, and Search

This article explores the challenges and solutions in integrating Java with large language models (LLMs) for search. It details building a proof-of-concept for leveraging popular LLMs like SBERT and OpenAI, using Python-based tools to bridge gaps in Java compatibility. Learn how vector databases, FastAPI, and Chroma enable powerful search functionalities.

Read More »

Search is Broken

How many times have we heard that yelled in our general direction? Search engines, and their teams, are only as good as the data they are given. This is true for all search engines, for all time, regardless of any machine learning algorithms or other bells and whistles they may contain.

Read More »

Quick Reporting From the Cloud With Lambda and Pentaho

We were recently engaged to come up with a simple way to generate Pentaho reports on an Amazon Web Services (AWS) platform. Our client had already created the reports with Pentaho, but preferred not to deploy a full Pentaho BI Server on an EC2 instance. As it happens, this was an excellent opportunity to employ a Lambda function.

Read More »