a little RAG's experiment wanna see how good i can make my own local llm's perform with good RAG and various other things
- pick a model from embedding leaderboard KaLM is good as of nov 20th 2025
- download docs python 3, mdn, react cargo rustc docs and for actual rust stuff grab the rust docs via
rustup component add rust-docs - setup a rag system using python + flask
- pick a text generation model choose something like instruct probably maybe try and find a leader board for it
- host & run model + build a ui for it