Tagged articles
7 articles
Page 1 of 1
dbaplus Community
dbaplus Community
May 3, 2025 · Backend Development

Boost Elasticsearch with Vector Embeddings: Python & Logstash Step‑by‑Step Guide

This article explains how vector embeddings enhance Elasticsearch for semantic search and recommendation, walks through the complete workflow of generating, storing, and querying embeddings, and provides detailed Python and Logstash implementations with code samples, pros and cons, and guidance on choosing the right approach.

ElasticsearchLogstashPython
0 likes · 11 min read
Boost Elasticsearch with Vector Embeddings: Python & Logstash Step‑by‑Step Guide
DevOps
DevOps
Apr 20, 2025 · Artificial Intelligence

Building a Medical Knowledge Base with RAG: A Step‑by‑Step Example

This article demonstrates how to construct an AI‑powered medical knowledge base for diabetes treatment by preprocessing literature, performing semantic chunking, generating BioBERT embeddings, storing them in a FAISS vector database, and using a RAG framework together with a knowledge graph to retrieve and generate accurate answers.

BioBERTFAISSKnowledge Graph
0 likes · 12 min read
Building a Medical Knowledge Base with RAG: A Step‑by‑Step Example
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Apr 8, 2025 · Backend Development

Boost Elasticsearch 8.x Search with Vector Embeddings

This article explains how vector embeddings enhance Elasticsearch 8.x search, walks through the concepts of dense vectors, shows step‑by‑step Python and Logstash pipelines for generating and storing embeddings, compares their pros and cons, and offers guidance on selecting the right approach for large‑scale log data.

ElasticsearchLogstashPython
0 likes · 12 min read
Boost Elasticsearch 8.x Search with Vector Embeddings
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Oct 18, 2024 · Artificial Intelligence

Integrate Alibaba Cloud AI Search with Elasticsearch: A Step‑by‑Step Guide

This tutorial walks you through configuring Elasticsearch’s Open Inference API to connect with Alibaba Cloud AI Search, covering setup of text generation, rerank, sparse and dense vector services, and demonstrates end‑to‑end requests with code examples for building RAG and semantic search applications.

Alibaba Cloud AI SearchElasticsearchInference API
0 likes · 11 min read
Integrate Alibaba Cloud AI Search with Elasticsearch: A Step‑by‑Step Guide
JD Tech Talk
JD Tech Talk
Jun 20, 2024 · Artificial Intelligence

Applying Large Language Models to Courier Operations: Intelligent Operations, Q&A, Prompting, and Agents

This article describes how large language models such as ChatGPT are integrated into courier terminal systems to automate tasks, enhance intelligent voice operations, enable retrieval‑augmented question answering, generate smart prompts, and explore agent‑based workflows, supported by code examples for data extraction, splitting, and embedding.

AI for logisticsIntelligent OperationsRetrieval Augmented Generation
0 likes · 14 min read
Applying Large Language Models to Courier Operations: Intelligent Operations, Q&A, Prompting, and Agents
JD Cloud Developers
JD Cloud Developers
Aug 22, 2023 · Artificial Intelligence

A Practical Guide to Recommendation System Architecture and Methods

This article provides a concise overview of recommendation systems, covering their definition, core framework of recall, ranking, and re‑ranking, various recall strategies including multi‑path and vector‑based methods, similarity calculations, and practical implementation details such as AB testing and code examples.

AB testingVector Embeddinginformation retrieval
0 likes · 14 min read
A Practical Guide to Recommendation System Architecture and Methods