ai-portable-setup

Solid

Erstellt eine portable KI-Arbeitsumgebung auf einem USB-Stick oder beliebigem Laufwerk. RAG-Pipeline mit lokalen LLM-Modellen (Ollama), Vektordatenbank (ChromaDB) und vorkonfigurierten Prompts.

AI & Automation 2 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
16
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

<img src="banner.png" width="100%" alt="ai-portable-setup banner"> # AI Portable Setup Erstellt eine portable KI-Arbeitsumgebung mit lokaler RAG-Pipeline. Gedacht fuer USB-Sticks oder externe Laufwerke -- funktioniert offline mit Ollama und lokalen Embedding-Modellen. ## Schnellstart ```bash # Struktur auf USB-Stick erstellen python setup_portable.py E:\AI-Portable # Danach auf dem Zielsystem: cd E:\AI-Portable python -m venv venv venv\Scripts\activate # Windows pip install chromadb ollama # Dokumente indexieren python rag/ingest.py # Abfragen python rag/query.py "Meine Frage..." python rag/query.py --mode icf "Beobachtungen zum Klienten" ``` ## Erzeugte Verzeichnisstruktur ``` AI-Portable/ models/ llm/ Lokale LLM-Modelle (Mistral, Llama, etc.) embeddings/ Embedding-Modelle (nomic-embed-text, bge-small) tts/ Optional: Text-to-Speech (Piper, Coqui) db/ chroma/ ChromaDB Vektordatenbank sqlite/ Metadaten-DB documents/ code/ Code-Snippets, Projekte general/ Allgemeine Dokumente rag/ ingest.py Dateien einlesen und indexieren query.py RAG-Abfragen mit Modus-Auswahl pipeline.py Haupt-RAG-Pipeline (Embed + Query + LLM) prompts/ coding.txt Coding-Assistent Prompt icf.txt ICF-Strukturierung Prompt rpg.txt Pen-and-Paper Spielleiter Prom...

Details

Author
ellmos-ai
Repository
ellmos-ai/skills
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category