#reranking — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #reranking, aggregated by home.social.
-
Contextual Retrieval: техника, которая чинит главную проблему RAG за 50 центов на тысячу чанков
Классический RAG часто ошибается не из‑за слабой embedding‑модели, а потому что чанки теряют связь с исходным документом. Разбираем, как Contextual Retrieval возвращает этот контекст перед индексацией и помогает точнее искать нужные фрагменты в корпоративных базах знаний.
https://habr.com/ru/companies/otus/articles/1054594/
#RAG #Contextual_Retrieval #LLM #embeddings #BM25 #reranking #чанки #векторный_поиск #база_знаний #корпоративный_ИИ
-
Contextual Retrieval: техника, которая чинит главную проблему RAG за 50 центов на тысячу чанков
Классический RAG часто ошибается не из‑за слабой embedding‑модели, а потому что чанки теряют связь с исходным документом. Разбираем, как Contextual Retrieval возвращает этот контекст перед индексацией и помогает точнее искать нужные фрагменты в корпоративных базах знаний.
https://habr.com/ru/companies/otus/articles/1054594/
#RAG #Contextual_Retrieval #LLM #embeddings #BM25 #reranking #чанки #векторный_поиск #база_знаний #корпоративный_ИИ
-
Contextual Retrieval: техника, которая чинит главную проблему RAG за 50 центов на тысячу чанков
Классический RAG часто ошибается не из‑за слабой embedding‑модели, а потому что чанки теряют связь с исходным документом. Разбираем, как Contextual Retrieval возвращает этот контекст перед индексацией и помогает точнее искать нужные фрагменты в корпоративных базах знаний.
https://habr.com/ru/companies/otus/articles/1054594/
#RAG #Contextual_Retrieval #LLM #embeddings #BM25 #reranking #чанки #векторный_поиск #база_знаний #корпоративный_ИИ
-
RAG на кончиках пальцев
Хочу поделится своим опытом создания RAG-системы, где мультиязычная модель E5 , классификатор на LLM для обработки отрицаний и реранкер Jina работают в связке. А также неочевидные нюансы работы с синонимами и структурой знаний. Моя основная профессия — ПМ в ИТ. Плотно занялся LLM год назад, можно сказать, что я «молодой специалист».
https://habr.com/ru/articles/1050482/
#семантический_поиск #rag #reranking #тюннинг #база_знаний_поиск
-
RAG на кончиках пальцев
Хочу поделится своим опытом создания RAG-системы, где мультиязычная модель E5 , классификатор на LLM для обработки отрицаний и реранкер Jina работают в связке. А также неочевидные нюансы работы с синонимами и структурой знаний. Моя основная профессия — ПМ в ИТ. Плотно занялся LLM год назад, можно сказать, что я «молодой специалист».
https://habr.com/ru/articles/1050482/
#семантический_поиск #rag #reranking #тюннинг #база_знаний_поиск
-
RAG на кончиках пальцев
Хочу поделится своим опытом создания RAG-системы, где мультиязычная модель E5 , классификатор на LLM для обработки отрицаний и реранкер Jina работают в связке. А также неочевидные нюансы работы с синонимами и структурой знаний. Моя основная профессия — ПМ в ИТ. Плотно занялся LLM год назад, можно сказать, что я «молодой специалист».
https://habr.com/ru/articles/1050482/
#семантический_поиск #rag #reranking #тюннинг #база_знаний_поиск
-
Step-by-step RAG tutorial: build retrieval-augmented generation systems with vector databases, hybrid search, reranking, and web search. Architecture, implementation, and production best practices.
#AI #LLM #RAG #Embeddings #Reranking #Vector Database
-
Step-by-step RAG tutorial: build retrieval-augmented generation systems with vector databases, hybrid search, reranking, and web search. Architecture, implementation, and production best practices.
#AI #LLM #RAG #Embeddings #Reranking #Vector Database
-
Step-by-step RAG tutorial: build retrieval-augmented generation systems with vector databases, hybrid search, reranking, and web search. Architecture, implementation, and production best practices.
#AI #LLM #RAG #Embeddings #Reranking #Vector Database
-
Step-by-step RAG tutorial: build retrieval-augmented generation systems with vector databases, hybrid search, reranking, and web search. Architecture, implementation, and production best practices.
#AI #LLM #RAG #Embeddings #Reranking #Vector Database
-
Step-by-step RAG tutorial: build retrieval-augmented generation systems with vector databases, hybrid search, reranking, and web search. Architecture, implementation, and production best practices.
#AI #LLM #RAG #Embeddings #Reranking #Vector Database
-
От 0.034 до 0.791 и обратно: Legal RAG, 17 итераций и стена масштабирования
Я участвовал в ARLC 2026 — юридическом AI-челлендже по построению RAG-пайплайна поверх корпуса судебных решений и законов. Соло, с Claude Code в качестве напарника. За 5 дней и 17 итераций прошёл путь от 0.034 до 0.791 на warmup — а потом вышел в финал и потерял 42% на 300 документах вместо 30. Внутри — архитектура, код, математика F-beta, три провала и честный разбор работы с AI-ассистентом.
https://habr.com/ru/articles/1014758/
#RAG #retrieval_augmented_generation #legal_AI #Claude #grounding #BM25 #reranking #NLP #соревнование
-
От 0.034 до 0.791 и обратно: Legal RAG, 17 итераций и стена масштабирования
Я участвовал в ARLC 2026 — юридическом AI-челлендже по построению RAG-пайплайна поверх корпуса судебных решений и законов. Соло, с Claude Code в качестве напарника. За 5 дней и 17 итераций прошёл путь от 0.034 до 0.791 на warmup — а потом вышел в финал и потерял 42% на 300 документах вместо 30. Внутри — архитектура, код, математика F-beta, три провала и честный разбор работы с AI-ассистентом.
https://habr.com/ru/articles/1014758/
#RAG #retrieval_augmented_generation #legal_AI #Claude #grounding #BM25 #reranking #NLP #соревнование
-
От 0.034 до 0.791 и обратно: Legal RAG, 17 итераций и стена масштабирования
Я участвовал в ARLC 2026 — юридическом AI-челлендже по построению RAG-пайплайна поверх корпуса судебных решений и законов. Соло, с Claude Code в качестве напарника. За 5 дней и 17 итераций прошёл путь от 0.034 до 0.791 на warmup — а потом вышел в финал и потерял 42% на 300 документах вместо 30. Внутри — архитектура, код, математика F-beta, три провала и честный разбор работы с AI-ассистентом.
https://habr.com/ru/articles/1014758/
#RAG #retrieval_augmented_generation #legal_AI #Claude #grounding #BM25 #reranking #NLP #соревнование
-
Step-by-step RAG tutorial: build retrieval-augmented generation systems with vector databases, hybrid search, reranking, and web search. Architecture, implementation, and production best practices.
#AI #LLM #RAG #Embeddings #Reranking #Vector Database #Fine-Tuning
-
Step-by-step RAG tutorial: build retrieval-augmented generation systems with vector databases, hybrid search, reranking, and web search. Architecture, implementation, and production best practices.
#AI #LLM #RAG #Embeddings #Reranking #Vector Database #Fine-Tuning
-
Step-by-step RAG tutorial: build retrieval-augmented generation systems with vector databases, hybrid search, reranking, and web search. Architecture, implementation, and production best practices.
#AI #LLM #RAG #Embeddings #Reranking #Vector Database #Fine-Tuning
-
Step-by-step RAG tutorial: build retrieval-augmented generation systems with vector databases, hybrid search, reranking, and web search. Architecture, implementation, and production best practices.
#AI #LLM #RAG #Embeddings #Reranking #Vector Database #Fine-Tuning
-
Step-by-step RAG tutorial: build retrieval-augmented generation systems with vector databases, hybrid search, reranking, and web search. Architecture, implementation, and production best practices.
#AI #LLM #RAG #Embeddings #Reranking #Vector Database #Fine-Tuning
-
Retrieval-Augmented Generation (RAG) Tutorial: Architecture, Implementation, and Production Guide:
https://www.glukhov.org/rag/
#AI #LLM #RAG #Embeddings #Reranking #VectorDatabase -
Retrieval-Augmented Generation (RAG) Tutorial: Architecture, Implementation, and Production Guide:
https://www.glukhov.org/rag/
#AI #LLM #RAG #Embeddings #Reranking #VectorDatabase -
Retrieval-Augmented Generation (RAG) Tutorial: Architecture, Implementation, and Production Guide:
https://www.glukhov.org/rag/
#AI #LLM #RAG #Embeddings #Reranking #VectorDatabase -
Retrieval-Augmented Generation (RAG) Tutorial: Architecture, Implementation, and Production Guide:
https://www.glukhov.org/rag/
#AI #LLM #RAG #Embeddings #Reranking #VectorDatabase -
Retrieval-Augmented Generation (RAG) Tutorial: Architecture, Implementation, and Production Guide:
https://www.glukhov.org/rag/
#AI #LLM #RAG #Embeddings #Reranking #VectorDatabase -
Tìm kiếm thuật toán tương tự chuỗi tốt nhất cho RAG mà không cần mô hình. Các lựa chọn gồm Levenshtein, Jaccard, Soundex... #RAG #ThuậtToánTươngTự #NonModelBased #TìmKiếm #StringSimilarity # Algorithm #TươngTựChuỗi #Reranking
https://www.reddit.com/r/LocalLLaMA/comments/1p5ua3s/what_are_the_best_options_for_nonmodel_based/
-
Reranking text documents with Ollama and Qwen3 Reranker model - in Go:
https://www.glukhov.org/post/2025/06/reranking-with-ollama-qwen3-reranker-golang/
#go #ollama #rag #reranking #qwen3 #llm #ai -
Reranking text documents with Ollama and Qwen3 Reranker model - in Go:
https://www.glukhov.org/post/2025/06/reranking-with-ollama-qwen3-reranker-golang/
#go #ollama #rag #reranking #qwen3 #llm #ai -
Reranking text documents with Ollama and Qwen3 Reranker model - in Go:
https://www.glukhov.org/post/2025/06/reranking-with-ollama-qwen3-reranker-golang/
#go #ollama #rag #reranking #qwen3 #llm #ai -
Reranking text documents with Ollama and Qwen3 Reranker model - in Go:
https://www.glukhov.org/post/2025/06/reranking-with-ollama-qwen3-reranker-golang/
#go #ollama #rag #reranking #qwen3 #llm #ai -
Reranking text documents with Ollama and Qwen3 Reranker model - in Go:
https://www.glukhov.org/post/2025/06/reranking-with-ollama-qwen3-reranker-golang/
#go #ollama #rag #reranking #qwen3 #llm #ai -
Reranking text documents with Ollama and Qwen3 Embedding model - in Golang:
https://www.glukhov.org/post/2025/06/reranking-with-ollama-qwen3-embedding-golang/
#ollama #embedding #reranking #golang #ai #llm -
Reranking text documents with Ollama and Qwen3 Embedding model - in Golang:
https://www.glukhov.org/post/2025/06/reranking-with-ollama-qwen3-embedding-golang/
#ollama #embedding #reranking #golang #ai #llm -
Reranking text documents with Ollama and Qwen3 Embedding model - in Golang:
https://www.glukhov.org/post/2025/06/reranking-with-ollama-qwen3-embedding-golang/
#ollama #embedding #reranking #golang #ai #llm -
Reranking text documents with Ollama and Qwen3 Embedding model - in Golang:
https://www.glukhov.org/post/2025/06/reranking-with-ollama-qwen3-embedding-golang/
#ollama #embedding #reranking #golang #ai #llm -
Reranking text documents with Ollama and Qwen3 Embedding model - in Golang:
https://www.glukhov.org/post/2025/06/reranking-with-ollama-qwen3-embedding-golang/
#ollama #embedding #reranking #golang #ai #llm -
You Don't Need Re-Ranking: Understanding the Superlinked Vector Layer
https://superlinked.com/vectorhub/articles/why-do-not-need-re-ranking
#HackerNews #You #Need #Re-Ranking #Understanding #the #Superlinked #Vector #Layer #Superlinked #Vector #Layer #ReRanking #AI #Technology #Vector #Hub
-
You Don't Need Re-Ranking: Understanding the Superlinked Vector Layer
https://superlinked.com/vectorhub/articles/why-do-not-need-re-ranking
#HackerNews #You #Need #Re-Ranking #Understanding #the #Superlinked #Vector #Layer #Superlinked #Vector #Layer #ReRanking #AI #Technology #Vector #Hub
-
You Don't Need Re-Ranking: Understanding the Superlinked Vector Layer
https://superlinked.com/vectorhub/articles/why-do-not-need-re-ranking
#HackerNews #You #Need #Re-Ranking #Understanding #the #Superlinked #Vector #Layer #Superlinked #Vector #Layer #ReRanking #AI #Technology #Vector #Hub
-
You Don't Need Re-Ranking: Understanding the Superlinked Vector Layer
https://superlinked.com/vectorhub/articles/why-do-not-need-re-ranking
#HackerNews #You #Need #Re-Ranking #Understanding #the #Superlinked #Vector #Layer #Superlinked #Vector #Layer #ReRanking #AI #Technology #Vector #Hub
-
You Don't Need Re-Ranking: Understanding the Superlinked Vector Layer
https://superlinked.com/vectorhub/articles/why-do-not-need-re-ranking
#HackerNews #You #Need #Re-Ranking #Understanding #the #Superlinked #Vector #Layer #Superlinked #Vector #Layer #ReRanking #AI #Technology #Vector #Hub
-
Jina Al just released Jina ColBERT v2, a Multilingual Late Interaction Retriever for #Embedding and #Reranking. The new model supports 89 languages with superior retrieval performance, user-controlled output dimensions, and 8192 token-length.
-
Jina Al just released Jina ColBERT v2, a Multilingual Late Interaction Retriever for #Embedding and #Reranking. The new model supports 89 languages with superior retrieval performance, user-controlled output dimensions, and 8192 token-length.
-
Jina Al just released Jina ColBERT v2, a Multilingual Late Interaction Retriever for #Embedding and #Reranking. The new model supports 89 languages with superior retrieval performance, user-controlled output dimensions, and 8192 token-length.
-
Jina Al just released Jina ColBERT v2, a Multilingual Late Interaction Retriever for #Embedding and #Reranking. The new model supports 89 languages with superior retrieval performance, user-controlled output dimensions, and 8192 token-length.
-
Jina Al just released Jina ColBERT v2, a Multilingual Late Interaction Retriever for #Embedding and #Reranking. The new model supports 89 languages with superior retrieval performance, user-controlled output dimensions, and 8192 token-length.
-
Boosting Search Engines with Interactive Agents
Leonard Adolphs, Benjamin Börschinger, Christian Buck et al.
-
Boosting Search Engines with Interactive Agents
Leonard Adolphs, Benjamin Börschinger, Christian Buck et al.
-
Boosting Search Engines with Interactive Agents
Leonard Adolphs, Benjamin Börschinger, Christian Buck et al.
-
Boosting Search Engines with Interactive Agents
Leonard Adolphs, Benjamin Börschinger, Christian Buck et al.
-
Boosting Search Engines with Interactive Agents
Leonard Adolphs, Benjamin Börschinger, Christian Buck et al.