BingoWon/apple-rag-collector
Severless Apple docs collector for Apple RAG MCP system using Cloudflare Workers and PostgreSQL vector storage.
This system automatically collects and processes content from Apple Developer documentation, turning it into a structured, searchable database. It ingests Apple documentation URLs and outputs organized text chunks along with their vector embeddings, which are stored in a PostgreSQL database. It's designed for anyone who needs to build a powerful knowledge base or Retrieval Augmented Generation (RAG) system based on Apple's developer content.
Use this if you need a constantly updated, intelligent database of Apple Developer documentation for powering semantic search, AI assistants, or RAG applications without manual effort.
Not ideal if you need to process documentation from sources other than Apple Developer or require a solution that is not serverless and self-managed on Cloudflare Workers.
Stars
4
Forks
—
Language
TypeScript
License
—
Category
Last pushed
Nov 30, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/BingoWon/apple-rag-collector"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
postgresml/korvus
Korvus is a search SDK that unifies the entire RAG pipeline in a single database query. Built on...
playwithllm/store
A RAG-driven image product search that showcases MERN, Milvus for vector indexing, Transformers,...
groovy-web/rag-system-pgvector
Production-ready RAG system using PostgreSQL + pgvector for semantic search
Syed007Hassan/Hybrid-Search-For-Rag
This project demonstrates how to implement a hybrid search engine for Retrieval-Augmented...
nshkrdotcom/portfolio_index
Production adapters and pipelines for PortfolioCore. Vector stores (pgvector, Qdrant), graph...