Gemini File Search API
Google's managed RAG service that hides chunking, embedding, and storage behind four HTTP operations: create store, upload file, import file into store, and query. Priced at 15 cents per million tokens indexed, free storage, pay-per-query for chat model usage. Strengths: near-zero pipeline setup. Weaknesses: no native deduplication on updates, chunk-based retrieval fails on whole-document questions, stores uploaded files on Google servers (PII/GDPR/HIPAA implications).
Related entities
Source references
- [src-006] Nate Herk cluster — Nate Herk — RAG and data ingestion cluster (5 videos)
– Videos referenced: irg-2IfAjpo
Keep reading from this thread
From 500 indexed pages and articles.
- Wiki concept RAG Data Pipelines The operational layer around a RAG knowledge base — trigger, inputs, processing, destination — that keeps the vector store fresh. Related by retrieval
- Wiki concept RAG Retrieval Methods Framework of four retrieval patterns for AI agents: (1) database filters for structured rows when the answer lives in a small subset, (2) Related by search
- Wiki concept Multimodal Embeddings Embedding models that place text, images, video, audio, and documents into a single shared vector space, allowing cross-modal retrieval from one query. Related by gemini