indexing

Tag

Cards List
#indexing

Open Source AI Gap Map

Simon Willison's Blog · yesterday Cached

Current AI has launched the Open Source AI Gap Map v0.1, an index of 421 open source AI products including software, models, datasets, and hardware, with underlying data released under an MIT license.

0 favorites 0 likes
#indexing

@lidangzzz: I told you last year that using RAG and vector databases is a dead end. The correct approach is: 1. Use memory correctly; 2. Properly chunk content, index it well, and summarize it; 3. Give the agent proper search tools...

X AI KOLs Timeline · 2d ago Cached

The author criticizes the RAG and vector database approach, proposing that the correct methods include using memory correctly, chunking and indexing, summarizing, providing search tools for agents, and using SRAM-only inference services such as Groq and Cerebras.

0 favorites 0 likes
#indexing

@Greptime: trace_id is high-cardinality — so Xiaomi's smart factory team didn't reach for an inverted index. They put a Bloom skip…

X AI KOLs Following · 2026-06-23 Cached

Xiaomi's smart factory replaced Loki with GreptimeDB for log storage, handling billions of rows per month with tailored indexing: Bloom skipping for high-cardinality trace_id, inverted index for low-cardinality fields, and fulltext search on message bodies.

0 favorites 0 likes
#indexing

RL-Index: Reinforcement Learning for Retrieval Index Reasoning

Hugging Face Daily Papers · 2026-06-15 Cached

RL-Index proposes a reinforcement learning-based agentic indexing framework that shifts reasoning from query time to the indexing stage by augmenting documents with LLM-generated rationales, improving retrieval effectiveness and reducing online latency.

0 favorites 0 likes
#indexing

@LearnWithBrij: Stop building RAG like it’s still 2022. Chunk → Embed → Retrieve → Generate That pipeline works… until you try to ship …

X AI KOLs Timeline · 2026-06-13 Cached

A thread explaining the four essential layers for building production-grade RAG systems beyond simple chunk-embed-retrieve-generate: intelligent query routing, advanced indexing, multi-type retrieval, and continuous evaluation.

0 favorites 0 likes
#indexing

@antoine_chaffin: Whether you are GPU poor or GPU rich, today's release of PyLate has something for you! GPU maxxers: MaxSim kernels grea…

X AI KOLs Following · 2026-06-11 Cached

The release of PyLate introduces MaxSim kernels for GPU-accelerated training with lower memory requirements and TACHIOM for fast multi-vector indexing and search on CPU.

0 favorites 0 likes
#indexing

Inside FAISS: Billion-Scale Similarity Search

Hacker News Top · 2026-06-04 Cached

Educational article explaining FAISS, a library for billion-scale similarity search, covering vector embeddings, nearest neighbor search, and techniques like IVF and Product Quantization for efficient retrieval.

0 favorites 0 likes
#indexing

IBM Confidential: System/360 File Organization [video]

Hacker News Top · 2026-05-24 Cached

This video provides an in-depth introduction to the file organization of IBM System/360, covering sequential and random data processing, indexing mechanisms, device independence, and cost advantages. It is a historical technical review.

0 favorites 0 likes
#indexing

I built a Model Context Protocol (MCP) index of 3 Million arXiv papers for LLMs. [D]

Reddit r/MachineLearning · 2026-05-19

A developer built a Model Context Protocol (MCP) index containing 3 million arXiv papers to help LLMs retrieve accurate research citations and reduce hallucinations, and is now seeking testers for feedback.

0 favorites 0 likes
#indexing

@GithubProjects: CocoIndex turns your codebase, docs, PDFs, Slack, meeting notes, and even videos into continuously fresh context for AI…

X AI KOLs Timeline · 2026-05-07

CocoIndex is a tool that provides continuously fresh context for AI agents by incrementally updating embeddings, summaries, and knowledge graphs from codebases, docs, PDFs, Slack, meeting notes, and videos.

0 favorites 0 likes
#indexing

How to Optimize MongoDB Query Performance with Indexes

Hacker News Top · 2026-05-06 Cached

A tutorial on optimizing MongoDB query performance using indexes, demonstrating how to identify slow queries, apply compound indexes, and manage them visually using the VisuaLeaf tool. The workflow covers query profiling, index recommendations, and common indexing mistakes.

0 favorites 0 likes
← Back to home

Submit Feedback