Tag: Elasticsearch

Incredibly Simple Semantic Search Using Langchain, Elasticsearch & OpenAI

Setting up a semantic search functionality is easy using Langchain, a relatively new framework for building applications powered by Large Language Models. Semantic search means performing a search where the results are found based on the meaning of the search query. This is in contrast to a ...

ElasticSearch Performance Tuning

Now we can start with tuning OS level settings which mentioned in ES documentations. Configuring OS First things first, let’s get OS(Ubuntu 14.04) ready. Elasticsearch requires only Java(>1.7). Newer ES versions may require higher version of java. Virtual memory is typically cons...