学生と教員が使うことを想定した、学習活動の記録・共有Webアプリケーション。 Flask(Python)+ SQLAlchemy + SQLite で構築しています。
3 ideas that changed how I think about RAG Most RAG tutorials start with the same recipe: chunk the documents, embed the chunks, retrieve the top-k results, send them to the LLM, and generate an ...