Tech News
Все новости AI & ML Architecture DevOps Open Source Programming Team Management Testing & QA Web

Последние новости

⚑ Сообщить о проблеме

Tech news from the best sources

Все темы AI Gear News Tech agents ai api architecture automation beginners career database devchallenge devops javascript llm machinelearning mcp opensource performance productivity programming python react security showdev testing tutorial typescript webdev
Все EN RU
EN

Your Documents, Chunked and Searchable: The Knowledge Base in ByteChef

TL;DR: A Knowledge Base in ByteChef is a managed RAG store: drop in documents (PDF, Markdown, Word, JSON, plain text - and scanned PDFs or images, t…

agentsairagsearch
Dev.to Aug 25, 2026, 19:46 UTC
EN

Similarity isn't relevance: the hard part of semantic search

Here's a dirty secret of search: "the closest match" and "the most useful result" are not the same thing. Return the mathematically nearest document…

aisearchmachinelearningpython
Dev.to Aug 22, 2026, 09:20 UTC
EN

ChatGPT Search Is Firing site: Queries - Test Yours Today

ChatGPT's search step increasingly issues site: -scoped queries rather than broad open-web searches. This single detail changes what "being findable…

aichatgptsearchseo
Dev.to Aug 21, 2026, 08:37 UTC
EN

Code Review Retrieval Explained: Simple Semantic and Keyword Search with Portable Reranking

Short answer: combine lexical and embedding candidates, fuse ranks rather than raw scores, rerank only a small merged set, and refuse to produce a c…

searchaisre
Dev.to Aug 18, 2026, 04:22 UTC
EN

[EN] Data Driven/Big Data Series #1: Apache Kafka and Elastic Stack Roles

This is the first in a series exploring the roles of Search and Streaming technologies within the Data Driven (Big Data) environment. In this post,…

bigdatadatadrivendesignstreamsearch
Dev.to Aug 14, 2026, 11:10 UTC
EN

Why your Python search can't find "C++", "C#" or "R&D" — and how to fix it

A note on authorship (#ABotWroteThis): I'm Priya Sundaram, an AI agent, and I maintain Whoosh, a pure-Python full-text search library. All code here…

pythonsearchtestingabotwrotethis
Dev.to Aug 9, 2026, 11:48 UTC
EN

How full-text search works in pure Python (a tour with Whoosh)

Disclosure: I'm an AI agent (I go by Priya Sundaram) and I wrote this article. #ABotWroteThis . I also help maintain the library used in the example…

pythonsearchtutorialabotwrotethis
Dev.to Aug 8, 2026, 01:30 UTC
EN

Remembering the pre-Google web, when search was an experiment

"Most people have completely forgotten how chaotic it really was."

FeaturesTechAltavistaAsk JeevesgoogleHotBotInktomiLycospageranksearch
Ars Technica Aug 7, 2026, 11:00 UTC
EN

I measured the RAG technique menu on 46,000 chunks. Four things mattered.

Search "advanced RAG techniques" and you'll get a list of twenty things: hybrid search, reranking, HyDE, query decomposition, contextual retrieval,…

aillmragsearch
Dev.to Aug 2, 2026, 19:16 UTC
EN

Semantic Search Embeddings vs Keyword Search for a SaaS Help Center

Bottom line: for a beginner ask-your-docs feature in a SaaS help center, I would start with embeddings-based semantic retrieval over document chunks…

nodesearchsaas
Dev.to Aug 2, 2026, 18:26 UTC
EN

As Reddit stock falls, CEO questions value of Google's AI Overviews

Reddit may still be considering ending its licensing deal with Google.

AIai overviewsearningsgoogleRAGredditsearchsteve huffman
Ars Technica Aug 1, 2026, 12:30 UTC
EN

Manticore Search 28.6.6: UUID document IDs, ordered GROUP_CONCAT(), and 16 fixes

Manticore Search 28.6.6 has been released. The headline additions are UUID document IDs for real-time tables and ordered, limited GROUP_CONCAT() for…

backenddatabasesearchsql
Dev.to Jul 31, 2026, 09:33 UTC
EN

Hybrid search for your app in an afternoon, for $0

Somebody's card gets declined. They open your help center and type "my money disappeared". Your article is called "Troubleshooting failed payments".…

searchjavascriptwebdevtutorial
Dev.to Jul 28, 2026, 18:00 UTC
EN

Fix Your Search, Fix Your RAG Output

I watched a customer demo their new RAG application last month. They had spent three months building it. The interface was beautiful. The LLM respon…

opensearchsearchairag
Dev.to Jul 27, 2026, 20:23 UTC
EN

Four Vectors, One Record: How I Split Embeddings Before They Hit Search

The failure that pushed me into this design was not subtle. I had a blended embedding that kept returning candidate matches that looked reasonable a…

embeddingssearchredispython
Dev.to Jul 27, 2026, 16:02 UTC
EN

How to secure Manticore Search with built-in authentication and authorization

Search is often treated as infrastructure. In production, though, it behaves much more like an application API. It accepts user traffic, exposes bus…

backenddatabasesearchsecurity
Dev.to Jul 27, 2026, 05:54 UTC
EN

Your Search Engine Has Been Doing the Heavy Lifting (And You Never Noticed)

You type a query into a box. Three milliseconds later the thing you wanted is sitting at the top of the results, and it feels like the machine read…

opensearchsearchaimachinelearning
Dev.to Jul 24, 2026, 20:40 UTC
EN

Building a Search Engine Changed How I See the Web

When people use a search engine, they usually only see the final step. A search box. A query. A list of results. The complicated parts are hidden be…

searchwebdevmachinelearningelasticsearch
Dev.to Jul 23, 2026, 13:05 UTC
EN

Built-in authentication and authorization for Manticore Search

Search is no longer just a box on a website. In many deployments, Manticore Search behaves more like an internal data service: applications query it…

backenddatabasesearchsecurity
Dev.to Jul 23, 2026, 04:57 UTC
EN

RocheDB: Data Locality as a First-Stage Retrieval Index

One of the ideas behind RocheDB is easy to miss if we describe it only as a NoSQL database, a document store, or a vector-aware storage engine for A…

databasesearchragllm
Dev.to Jul 18, 2026, 04:20 UTC
EN

Google revamps image search for its 25th anniversary with more images and more AI

The new Google image search will use your "unique interests" to create an always-updated gallery.

AIGoogleAI image generationArtificial Intelligencegoogleimage searchsearch
Ars Technica Jul 14, 2026, 16:28 UTC
EN

Give Your AI Assistant a Private Memory

AI assistants are very good at explaining things, but they usually have a weak memory of your own context. They do not know which documentation page…

searchsearchengineaimcp
Dev.to Jul 10, 2026, 13:39 UTC
EN

How Elasticsearch Searches Fast: The Inverted Index and Shard Routing

Searching billions of documents for a phrase and getting ranked results in tens of milliseconds looks like magic. It is not. It comes down to two id…

systemdesignelasticsearchsearchbackend
Dev.to Jul 10, 2026, 09:36 UTC
EN

Vector databases explained

Behind almost every "AI-powered search" and RAG feature sits the same quiet workhorse: similarity search over vectors. If you're building anything t…

aivectordatabaseembeddingssearch
Dev.to Jul 9, 2026, 01:23 UTC
EN

The Hybrid Retrieval Pattern

Pattern Defined Precise Definition: Hybrid Retrieval is an inference pattern that combines semantic vector search with traditional keyword-based BM2…

aisearcharchitecturedatabase
Dev.to Jun 30, 2026, 23:56 UTC
EN

Why Your Agent's Search Results Look Right and Are Wrong: The Index Distribution Problem

Why Your Agent's Search Results Look Right and Are Wrong: The Index Distribution Problem You've built an agent. It has a search tool. You query it w…

aimcpsearchagents
Dev.to Jun 22, 2026, 00:23 UTC
EN

Vector Search in Elasticsearch: From Keywords to Meaning - Building Semantic Search and RAG Pipelines

You type "k8s deployment troubleshooting" into your documentation search. The top result is a page about Kubernetes architecture that never mentions…

elasticsearchsearchdatabaseanalytics
Dev.to Jun 17, 2026, 15:40 UTC
EN

DoorDash's AI chatbot is a lesson in conversational search

DoorDash's new AI chatbot , called Ask DoorDash , lets you type what you want in plain words and get a cart instead of scrolling through restaurant…

conversationalaiproductengineeringsearch
Dev.to Jun 12, 2026, 13:16 UTC
EN

Building Hybrid Search with PostgreSQL, pgvector, and Citus

Search looks simple from the outside. A user types something like: short-range copper module and expects the system to return the right product, may…

postgrespgvectorsearchbackend
Dev.to Jun 7, 2026, 16:22 UTC
EN

From Elasticsearch Bottlenecks to Weaviate: How We Built Fast Hybrid Search in Production

For years, Elasticsearch was one of those tools I would almost automatically reach for whenever a system needed search. And honestly, for many use c…

searchweaviateelasticsearchgo
Dev.to Jun 3, 2026, 09:36 UTC

© Tech News — Агрегатор новостей

English Русский
Карта сайта Правовая информация Конфиденциальность Условия использования Авторские права / Удаление Контакт DSA

Выход с сайта

Вы собираетесь открыть внешний сайт:

Продолжить →