Category: Java

Articles tagged Java

Subscribe
Filters
Jingra: A Reproducible Framework for Vector Search Benchmarking
Elasticsearch Labs

Jingra: A Reproducible Framework for Vector Search Benchmarking

Jingra is an open source benchmarking framework that runs the same vector search workload across Elasticsearch, OpenSearch and Qdrant so you can compare engines under identical, reproducible conditions.

Sachin Frayne
New Elasticsearch ES|QL plugin for IntelliJ IDEA
Elasticsearch Labs

New Elasticsearch ES|QL plugin for IntelliJ IDEA

Build and run Elasticsearch ES|QL queries in your IDE with the new plugin for IntelliJ IDEA.

Laura Trotta
Testing Elasticsearch. It just got simpler.
Elasticsearch Labs

Testing Elasticsearch. It just got simpler.

Explaining how Elasticsearch integration tests have become simpler thanks to improvements in Elasticsearch 9.x, the modern Java client, and Testcontainers 2.x.

Piotr Przybyl
Hybrid search with Java: LangChain4j Elasticsearch integration
Elasticsearch Labs

Hybrid search with Java: LangChain4j Elasticsearch integration

Learn how to use hybrid search in LangChain4j via its Elasticsearch integrations, with a complete Java example.

Laura Trotta
LangChain4j with Elasticsearch as the embedding store
Elasticsearch Labs

LangChain4j with Elasticsearch as the embedding store

LangChain4j (LangChain for Java) has Elasticsearch as an embedding store. Discover how to use it to build your RAG application in plain Java.

David Pilato
Testing your Java code with mocks and real Elasticsearch
Elasticsearch Labs

Testing your Java code with mocks and real Elasticsearch

Learn how to write your automated tests for Elasticsearch, using mocks and Testcontainers

Piotr Przybyl
Introducing LangChain4j to simplify LLM integration into Java applications
Elasticsearch Labs

Introducing LangChain4j to simplify LLM integration into Java applications

LangChain4j (LangChain for Java) is a powerful toolset to build your RAG application in plain Java.

David Pilato
ES|QL queries to Java objects
Elasticsearch Labs

ES|QL queries to Java objects

Learn how to perform ES|QL queries with the Java client. Follow this guide for step-by-step instructions, including examples.

Laura Trotta