Skip to content
#

phi3-mini

Here are 10 public repositories matching this topic...

AronaOS is an offline AI-powered personal assistant that helps you manage tasks, set reminders, and recall context-aware conversations. Built with Python, Flask, and local LLMs like Phi-3 Mini, it's designed for both privacy and productivity.

  • Updated May 27, 2025
  • Python

AronaOS is an offline AI-powered personal assistant that helps you manage tasks, set reminders, and recall context-aware conversations. Built with Python, Flask, and local LLMs like Phi-3 Mini, it's designed for both privacy and productivity.

  • Updated May 27, 2025
  • Python

To build a Retrieval-Augmented Generation (RAG) system from scratch, you must first create an ingestion pipeline to load and process your data into a vector store (by chunking documents, generating embeddings, and storing them). Then, you build a retrieval pipeline to embed a user's query, search the vector store for relevant chunks, and pass these

  • Updated Sep 29, 2025
  • Python

Improve this page

Add a description, image, and links to the phi3-mini topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the phi3-mini topic, visit your repo's landing page and select "manage topics."

Learn more