r/MachineLearning · · 1 min read

Aiki my local Wikipedia Retrieval-Augmented Generation system [R]

Mirrored from r/MachineLearning for archival readability. Support the source by reading on the original site.

Hey

i built Aiki a lightweight tool that let's you chat with Wikipedia locally.

what it does: - Downloads and chunks wikipedia articles (u can choose those articles by their name or articles and also the option of downloading the similar topics) - Uses a custom TF-IDF + cosine similarity retriever (built from scratch) - Supports query expansion using Wikipedia links/redirects - Optional answer generation with llm

Very minimal dependencies and runs completely locally.

Repo: https://github.com/yacine204/Aiki

Would really appreciate your feedback.

submitted by /u/Just_Jaguar3701
[link] [comments]

Discussion (0)

Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.

Sign in →

No comments yet. Sign in and be the first to say something.

More from r/MachineLearning