<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Search on Jettro Coenradie</title><link>https://coenradie.com/categories/search/</link><description>Recent content in Search on Jettro Coenradie</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 Jettro Coenradie</copyright><lastBuildDate>Fri, 29 Nov 2024 09:56:26 +0000</lastBuildDate><atom:link href="https://coenradie.com/categories/search/index.xml" rel="self" type="application/rss+xml"/><item><title>Elastic.ON Amsterdam 2024</title><link>https://coenradie.com/posts/elastic-on-amsterdam-2024/</link><pubDate>Fri, 29 Nov 2024 09:56:26 +0000</pubDate><guid>https://coenradie.com/posts/elastic-on-amsterdam-2024/</guid><description>&lt;p&gt;This week, I attended Elastic.ON in Amsterdam. I still remember the first few Elastic events with just a few people, then going to San Francisco with many people. It has been a few years since I last visited Elastic.ON, so I liked going this year.&lt;/p&gt;</description></item><item><title>What? A Synonyms API for Elasticsearch?</title><link>https://coenradie.com/posts/what-a-synonyms-api-for-elasticsearch/</link><pubDate>Fri, 12 Jul 2024 15:41:27 +0000</pubDate><guid>https://coenradie.com/posts/what-a-synonyms-api-for-elasticsearch/</guid><description>In this blog post, I demo the synonym API from Elasticsearch, explain its limitations, and show you how cool it is now.</description></item><item><title>Decoding Similarity Search with FAISS: A Practical Approach</title><link>https://coenradie.com/posts/decoding-similarity-search-with-faiss-a-practical-approach/</link><pubDate>Tue, 29 Aug 2023 06:58:00 +0000</pubDate><guid>https://coenradie.com/posts/decoding-similarity-search-with-faiss-a-practical-approach/</guid><description>In this blog post, you read about FAISS and your options for implementing similarity search using FAISS.</description></item><item><title>Searching through images using the CLIP model</title><link>https://coenradie.com/posts/searching-through-images-using-the-clip-model/</link><pubDate>Wed, 12 Jul 2023 04:41:30 +0000</pubDate><guid>https://coenradie.com/posts/searching-through-images-using-the-clip-model/</guid><description>A walktrough for writing an application that is searching through images using the clip model. An explanation of the model, plus python code.</description></item><item><title>Vector search using Langchain, Weaviate and OpenSearch</title><link>https://coenradie.com/posts/vector-search-using-langchain-weaviate-and-opensearch/</link><pubDate>Tue, 30 May 2023 05:53:04 +0000</pubDate><guid>https://coenradie.com/posts/vector-search-using-langchain-weaviate-and-opensearch/</guid><description>&lt;p&gt;&lt;figure&gt;&lt;img&#10; class="my-0 rounded-md"&#10; loading="lazy"&#10; decoding="async"&#10; fetchpriority="auto"&#10; alt=""&#10; width="1400"&#10; height="733"&#10; src="https://coenradie.com/posts/vector-search-using-langchain-weaviate-and-opensearch/0BKOvjpzn6SPKs81L_hu_26716b3fbde7962a.png"&#10; srcset="https://coenradie.com/posts/vector-search-using-langchain-weaviate-and-opensearch/0BKOvjpzn6SPKs81L_hu_26716b3fbde7962a.png 800w, https://coenradie.com/posts/vector-search-using-langchain-weaviate-and-opensearch/0BKOvjpzn6SPKs81L_hu_de6e48527727965c.png 1280w"&#10; sizes="(min-width: 768px) 50vw, 65vw"&#10; data-zoom-src="https://coenradie.com/posts/vector-search-using-langchain-weaviate-and-opensearch/0BKOvjpzn6SPKs81L.png"&gt;&lt;/figure&gt;&#10;&lt;/p&gt;&#10;&lt;p&gt;With the popularity of ChatGPT and Large Language Models (LLM), everybody is talking about it. On my Linkedin home page, about 90% of the posts seem to speak about ChatGPT, AI, and LLM. With my experience in search solutions and interest in everything related to Natural Language Processing and Search, I also had to start working on solutions.&lt;/p&gt;</description></item><item><title>Introduction of Frank and Amy at HaystackConf USA</title><link>https://coenradie.com/posts/introduction-of-frank-and-amy-at-haystackconf-usa/</link><pubDate>Tue, 02 May 2023 10:42:36 +0000</pubDate><guid>https://coenradie.com/posts/introduction-of-frank-and-amy-at-haystackconf-usa/</guid><description>&lt;p&gt;Last week, at the end of April 2023, I attended the &lt;a href="https://haystackconf.com/2023/" target="_blank" rel="noreferrer"&gt;HaystackConf in Charlottesville&lt;/a&gt;, USA. HaystackConf is the conference to participate in if you are a search relevance engineer. With over a hundred people attending on-site and more than a hundred online, this is a good representation of the almost 4000 members at the time of writing in the search relevance community on Slack.&lt;/p&gt;</description></item><item><title>Learn Elasticsearch from my liveProject at Manning</title><link>https://coenradie.com/posts/learn-elasticsearch-from-my-liveproject-at-manning/</link><pubDate>Mon, 13 Feb 2023 08:54:09 +0000</pubDate><guid>https://coenradie.com/posts/learn-elasticsearch-from-my-liveproject-at-manning/</guid><description>Learn about the creation process for a Manning liveProject. The liveProject I created is called Elasticsearch for a search API.</description></item><item><title>Deploying a secure AWS Elasticsearch cluster using cdk</title><link>https://coenradie.com/posts/deploying-a-secure-aws-elasticsearch-cluster-using-cdk/</link><pubDate>Wed, 03 Mar 2021 17:34:09 +0000</pubDate><guid>https://coenradie.com/posts/deploying-a-secure-aws-elasticsearch-cluster-using-cdk/</guid><description>&lt;p&gt;If there is one thing that I have seen a lot with elasticsearch clusters in the wild, it is problems with security. The out of the box Elasticsearch installation does not have a user_id password protection like most databases do. Using the basic license these days does give you the option, but you still have to configure it yourself. When AWS introduced their AWS Elasticsearch service, it did not configure security out of the box. Therefore Elasticsearch clusters have been famous for exposed data. Check an &lt;a href="https://www.infosecurity-magazine.com/news/over-one-billion-consumers-exposed/" target="_blank" rel="noreferrer"&gt;article like this&lt;/a&gt;, but there are &lt;a href="https://www.comparitech.com/blog/vpn-privacy/ufo-vpn-data-exposure/" target="_blank" rel="noreferrer"&gt;lots more&lt;/a&gt;. Does this mean Elasticsearch should not be used? No, but you must know what you are doing.&lt;/p&gt;</description></item><item><title>Let’s talk about the Elastic license change</title><link>https://coenradie.com/posts/lets-talk-about-the-elastic-license-change/</link><pubDate>Fri, 12 Feb 2021 17:18:19 +0000</pubDate><guid>https://coenradie.com/posts/lets-talk-about-the-elastic-license-change/</guid><description>&lt;p&gt;Is it a bomb under the open source model, or a genius move to protect their business from pirates?&lt;/p&gt;&#10;&lt;p&gt;On January 14, 2021 a blog post was published on Elastic’s website, titled: &lt;a href="https://www.elastic.co/blog/licensing-change" target="_blank" rel="noreferrer"&gt;licensing change&lt;/a&gt;. In this blog post, they announced a license change in the next release of all their tools (including Elasticsearch and Kibana). The purpose of this change is mainly to block AWS: Elastic wants to make it impossible for AWS to create its own competing managed Elasticsearch service. The announced changes were not very well received in the open source world. In this blog post I tried to give an overview of what happened, and what the consequences are for companies that use Elasticsearch and Kibana. Just a disclaimer, I am not a lawyer. Hence I will not go into the content of the new license model. The aim of this post is mainly to provide an overview of varying opinions on the internet and the possible consequences for users.&lt;/p&gt;</description></item><item><title>Creating an Elastic Canvas for Twitter while visiting Elasticon 2018</title><link>https://coenradie.com/posts/creating-an-elastic-canvas-for-twitter-while-visiting-elasticon-2018/</link><pubDate>Wed, 14 Mar 2018 15:40:08 +0000</pubDate><guid>https://coenradie.com/posts/creating-an-elastic-canvas-for-twitter-while-visiting-elasticon-2018/</guid><description>&lt;p&gt;The past week we visited Elasticon 2018 in San Francisco. In our previous blog post we wrote about the Keynote and some of the more interesting new features of the elastic stack. In this blog post, we take one of the cool new products for a spin: Canvas. But what is Canvas?&lt;/p&gt;</description></item></channel></rss>