Articles
Generative AI
•OpenAI function calling with Elasticsearch
Explore OpenAI's function calling capabilities, allowing AI models to interact with external APIs and perform tasks beyond text generation. Learn to implement dynamic function calls, including fetching data from Elasticsearch, enhancing the model's real-time data access and complex operation handling. Discover practical use cases and step-by-step integration in this insightful blog.
How To
•How to ingest data from Snowflake to Elasticsearch
Learn how to ingest data from Snowflake to Elasticsearch using Logstash or a Snowflake Elasticsearch Python Script.
Generative AI
•Building a RAG System With Gemma, Hugging Face & Elasticsearch
Learn to construct an RAG system with Elasticsearch for semantic search and question-answering on private data. Fetch relevant documents as a Context window and leverage the Gemma model for accurate answers.