Category: AI
Articles tagged AI

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.

LangChain and Elasticsearch: Building LangGraph retrieval agent template
Elasticsearch and LangChain collaborate on a new retrieval agent template for LangGraph for agentic apps

Elasticsearch open Inference API support for AlibabaCloud AI Search
Discover how to use Elasticsearch vector database with AlibabaCloud AI Search, which offers inference, reranking, and embedding capabilities.

A recipe for GenAI powered search (RAG) on your PDF treasure
An easy approach to create embeddings for and apply semantic GenAI powered search (RAG) to PDF documents using Elastic's new semantic_text field type and the Playground in Elastic.

Dataset translation with LangChain, Python & Vector Database for multilingual insights
Learn how to translate a dataset from one language to another and use Elastic's vector database capabilities to gain more insights.

Build RAG quickly with minimal code in Elastic 8.15
Learn how to build an end-to-end RAG pipeline with the S3 Connector, semantic_text datatype, and Elastic Playground.

A tutorial on building local agent using LangGraph, LLaMA3 and Elasticsearch vector store from scratch
This article will provide a detailed tutorial on implementing a local, reliable agent using LangGraph, combining concepts from Adaptive RAG, Corrective RAG, and Self-RAG papers, and integrating Langchain, Elasticsearch Vector Store, Tavily AI for web search, and LLaMA3 via Ollama.

Elasticsearch open inference API for Anthropic’s Claude
Interact with Anthropic's Claude 3.5 Sonnet and other models to generate content and perform question & answering.

ChatGPT and Elasticsearch revisited: Building a chatbot using RAG
Learn how to create a chatbot using ChatGPT and Elasticsearch, utilizing all of the newest RAG features.

Vector embeddings made simple with the Elasticsearch-DSL client for Python
Learn how to ingest and search dense vectors in Python using the Elasticsearch-DSL client.

Advanced RAG techniques part 2: Querying and testing
Discussing and implementing techniques which may increase RAG performance. Part 2 of 2, focusing on querying and testing an advanced RAG pipeline.
