Commit graph

2 commits

Author SHA1 Message Date
Claude
9030280a58
Fix critical issues and improve best practices in .env.unraid.example
Critical fixes:
- Fix SUMMARY_LENGTH_RECOMMENDED_ typo (trailing underscore)
- Change LLM_MODEL from gpt-5-mini to gpt-4o-mini (GPT-5 doesn't exist)
- Update all GPT-5 references to GPT-4o in comments

Best practice improvements:
- Reduce NEO4J_MAX_CONNECTION_POOL_SIZE from 75 to 50 (better for 6-core system)
- Add logging rotation settings (LOG_MAX_BYTES, LOG_BACKUP_COUNT)
- Add Advanced Entity/Relation Management settings documentation

The Advanced Entity/Relation Management settings help users control metadata
storage for entities/relations in the knowledge graph, which is especially
useful when processing large books where entities appear in many chunks.
2025-11-15 10:25:46 +00:00
Claude
9578d26b17
Add .env.unraid.example for Dell T140 server configuration
This template is optimized for:
- Dell T140 (6-core Xeon E-2226G, 32GB RAM)
- Docker deployment on Unraid
- GPT-5-mini LLM
- Voyage-3-large embeddings (2048 dims)
- Jina reranker
- Neo4j graph storage + Postgres (pgvector) for vector/KV/doc storage
- Books, articles, and podcast transcripts use case

Performance settings tuned for ~40-50% CPU utilization during heavy processing.
2025-11-15 09:52:41 +00:00