Mingyi World Elasticsearch
Author

Mingyi World Elasticsearch

The leading WeChat public account for Elasticsearch fundamentals, advanced topics, and hands‑on practice. Join us to dive deep into the ELK Stack (Elasticsearch, Logstash, Kibana, Beats).

107
Articles
0
Likes
55
Views
0
Comments
Recent Articles

Latest from Mingyi World Elasticsearch

100 recent articles max
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Mar 24, 2026 · Information Security

Easysearch Audit Log Walkthrough: Who’s Accessing Your Cluster?

This article guides you through enabling Easysearch's audit log, configuring the security.audit.type parameter, verifying settings in the management UI, and using the audit records to identify external IPs, failed logins, and SSL handshake failures in a production environment.

EasysearchElasticsearchSecurity
0 likes · 12 min read
Easysearch Audit Log Walkthrough: Who’s Accessing Your Cluster?
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Mar 18, 2026 · Frontend Development

How Skills Can Break AI’s Design Convergence: A Deep Dive into Claude’s Frontend Evolution

The article analyzes why large‑language models like Claude, GPT‑4, and Gemini repeatedly generate nearly identical web designs, identifies four convergence dimensions (typography, color, motion, background), and presents a reusable "Skills" mechanism that injects expert design context to produce distinctive, high‑quality frontend outputs.

AI designClaudeDesign convergence
0 likes · 11 min read
How Skills Can Break AI’s Design Convergence: A Deep Dive into Claude’s Frontend Evolution
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Mar 17, 2026 · Artificial Intelligence

Andrew Ng’s Agent Skills: From Basics to Must‑Know Essentials

This article breaks down Andrew Ng and Anthropic’s Agent Skills course, explaining how organized skill folders give general AI agents domain expertise, repeatable workflows, and new capabilities, while using portable, composable design and progressive disclosure to make agents reliable, scalable, and industrial‑grade.

AI AgentAgent SkillsComposable Architecture
0 likes · 9 min read
Andrew Ng’s Agent Skills: From Basics to Must‑Know Essentials
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Mar 11, 2026 · Backend Development

How to Achieve One‑Line Semantic Search for Nearby Clean Coffee Shops with Elasticsearch

This article walks through building a practical Elasticsearch demo that lets users type a single query like “nearby clean coffee shop” and get results by combining dense‑vector semantic search, geo filtering, BM25, and a hybrid RRF‑style ranking, with both LLM‑based structuring and a fallback hash‑based embedding.

BM25FlaskHybrid Search
0 likes · 10 min read
How to Achieve One‑Line Semantic Search for Nearby Clean Coffee Shops with Elasticsearch
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Mar 5, 2026 · Artificial Intelligence

Build a Natural‑Language Easysearch Assistant with LLM‑Powered Tool Use (No DSL Required)

This article shows how to create an Easysearch intelligent assistant that lets users manage indexes, write data, search and aggregate documents using Chinese natural language, by combining the DeepSeek large‑language model with OpenAI‑compatible function calling (Tool Use) and a lightweight Node.js executor.

DeepSeekEasysearchLLM
0 likes · 12 min read
Build a Natural‑Language Easysearch Assistant with LLM‑Powered Tool Use (No DSL Required)
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Feb 26, 2026 · Artificial Intelligence

How RAG Gives Large Language Models Their Own Knowledge Base – Illustrated with Easysearch

The article explains why Retrieval‑Augmented Generation (RAG) is needed to overcome large language models' knowledge cut‑off and hallucination issues, details the offline indexing and online retrieval‑generation workflow, compares RAG with fine‑tuning, and shows how Easysearch’s hybrid search makes an effective RAG backbone.

EasysearchFine-tuningHybrid Search
0 likes · 10 min read
How RAG Gives Large Language Models Their Own Knowledge Base – Illustrated with Easysearch