Back to browse
GitHub Repository

Chat with the just released ufo files. Vector RAG setup with pre-built embeddings database using sqlite. Ready to chat.

0 starsHTML

Chat with UFO Files

by freakynit·May 8, 2026·4 points·2 comments

AI Analysis

MidNiche Gem

Yet another chat-with-docs tool, just with UFO files pre-loaded instead of your own.

Strengths
  • Pre-built SQLite database means zero setup — clone and run immediately.
  • Inline citations with direct download links to source markdown files.
Weaknesses
  • Standard RAG architecture offers no differentiation from dozens of existing tools.
  • Content-specific to UFO files limits broader applicability or reuse.
Category
Target Audience

UFO enthusiasts, developers testing RAG setups

Similar To

ChatPDF · DocuChat · PrivateGPT

Post Description

https://github.com/freakynit/chat-with-ufo-files

Contains sqlite database with all files pre-loaded along with embeddings. Has good looking UI you can directly chat with.

Demo(for just next 15 minutes or I run out of 5$ credits). Also, concurrency is limited by openrouter to just 10... so, some requests might fail:

https://open-proxy.space

^ Im running this on my machine begind cloudflare proxy.. and this is the domain I generally use for all dev purposes..

Similar Projects

AI/ML●●Solid

PardusDB – SQLite-like vector database in Rust

Using a single-file .pardus format with CREATE/INSERT/SELECT + SIMILARITY queries gives a very familiar developer UX for embedding storage. The combination of graph-based ANN, full transactions, thread-safety, and zero external dependencies is an uncommon and useful engineering combo for local-first AI work; it would win more attention with benchmark comparisons and richer ecosystem integrations (connectors/clients).

Niche GemWizardry
JasonHEIN
204mo ago
Data●●●Banger

SQLite-Columnar – Columnar Storage for SQLite

Columnar storage inside SQLite delivers 130,000x speedup on aggregation scans.

WizardryBig Brain
marcobambini
401mo ago
AI/ML●●Solid

Replaced Neo4j with pure vector search for Graph RAG

Graph RAG without Neo4j — pure vector search beats HippoRAG on multi-hop benchmarks.

Big BrainDark Horse
zhangchen
202mo ago