Machine Learning

LLM Chat Agents - Lightweight Tool Selection (with BERT)

This article explores the concept of tools selection--a process that involves understanding a user's intent and subsequently choosing the tool most suitable to handle their request. While an LLM stands as an ideal candidate for this selection process, the inherent costs and high latencies associated with LLM interactions, prompt an exploration of alternatives.

Read
Java

Dotenv for Java

Enter dotenv-java, a widely adopted solution originating from the Ruby community. dotenv provides a consistent and straightforward method for configuring applications using environment variables, aligning with the principles of the twelve-factor methodology.

Read