Chunk #397

Aus: Pipeline (Index: 2)

144 Tokens
Synced Status
« Vorheriger (#1) Nächster (#3) »

Taxonomie

Kategorie Pipeline
Pfad Pipeline > Document Pipeline > Scripting
Heading-Pfad Pipeline > Document Pipeline > Pipeline-Scripts

Entities

Name Typ
pipeline.py TECHNOLOGY|CONCEPT
detect.py TECHNOLOGY|CONCEPT
extract.py TECHNOLOGY|CONCEPT
chunk.py TECHNOLOGY|CONCEPT
embed.py TECHNOLOGY|CONCEPT
analyze.py TECHNOLOGY|CONCEPT
db.py TECHNOLOGY|CONCEPT
config.py CONFIG
run.sh COMMAND
generate.py SERVICE
web_generate.py SERVICE
chat.py SERVICE
web_chat.py SERVICE
venv CONFIG

Keywords

pipeline RAG embedding text extraction data processing

Inhalt

/opt/scripts/pipeline/
├── pipeline.py      → Haupt-Orchestrierung
├── detect.py        → Datei-Monitoring
├── extract.py       → Text-Extraktion
├── chunk.py         → Semantisches Chunking
├── embed.py         → Embedding-Erzeugung
├── analyze.py       → Semantische Analyse
├── db.py            → Datenbank-Operationen
├── config.py        → Konfiguration
├── run.sh           → Ausführungs-Wrapper
│
├── generate.py      → Content-Generierung (RAG + Kritiker)
├── web_generate.py  → Web-API für Content-Generierung
├── chat.py          → RAG-Chat (interaktiv + CLI)
├── web_chat.py      → Web-API für RAG-Chat
│
└── venv/            → Python Virtual Environment

Clean Content

```
`/opt/scripts/pipeline/
├── pipeline.py → Haupt-Orchestrierung
├── detect.py → Datei-Monitoring
├── extract.py → Text-Extraktion
├── chunk.py → Semantisches Chunking
├── embed.py → Embedding-Erzeugung
├── analyze.py → Semantische Analyse
├── db.py → Datenbank-Operationen
├── config.py → Konfiguration
├── run.sh → Ausführungs-Wrapper
│
├── generate.py → Content-Generierung (RAG + Kritiker)
├── web_generate.py → Web-API für Content-Generierung
├── chat.py → RAG-Chat (interaktiv + CLI)
├── web_chat.py → Web-API für RAG-Chat
│
└── venv/ → Python Virtual Environment`
```

Metadaten

Analysiert am20.12.2025 12:36:19
Analyse-Modellgemma3:4b-it-qat
Embedding-Modellmxbai-embed-large
Qdrant-ID94545d84-6be7-4a59-9346-7b67477db963
Erstellt20.12.2025 12:34:42
Aktualisiert20.12.2025 12:53:35