Skip to content

Latest commit

 

History

49 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Assistant

Assistant personnel agentique sur mes données (documents Google Drive, agendas), 100% local : Ollama (LLM, vision, embeddings), Chroma, LangChain/ LangGraph, Flask.

Documentation

Visuel (ouvrir dans un navigateur)

Prérequis

  • Ollama démarré, avec les modèles listés dans config.toml ([llm], [vlm], [embedding]).
  • uv sync pour les dépendances Python.

Utilisation

uv run python -m src.ingestor    # ingestion incrémentale
uv run python run.py           # webapp sur http://127.0.0.1:5001
uv run pytest                  # tests

About

A fully local agentic RAG personal assistant: a LangGraph agent drives hybrid retrieval and MCP tools, with citations validated in code.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages