Author’s articles
December 6, 2024
How to use Elasticsearch Vector Store Connector for Microsoft Semantic Kernel for AI Agent development
Microsoft Semantic Kernel is a lightweight, open-source development kit that lets you easily build AI agents and integrate the latest AI models into your C#, Python, or Java codebase. With the release of Semantic Kernel Elasticsearch Vector Store Connector, developers using Semantic Kernel for building AI agents can now plugin Elasticsearch as a scalable enterprise-grade vector store while continuing to use Semantic Kernel abstractions.
July 25, 2024
Protecting Sensitive and PII information in RAG with Elasticsearch and LlamaIndex
How to protect sensitive and PII data in a RAG application with Elasticsearch and LlamaIndex.
April 12, 2024
RAG (Retrieval Augmented Generation) with LlamaIndex, Elasticsearch and Mistral
Learn how to implement a RAG (Retrieval Augmented Generation) system using LlamaIndex, Elasticsearch and locally running Mistral.