# Copy to .env and fill in your values. .env is gitignored. # Path to your PDF library on the host machine PAGEPIPER_BOOKS_DIR=/path/to/your/pdfs # Data directory (SQLite + vector DB stored here) PAGEPIPER_DATA_DIR=data # Ollama URL — set this to unlock semantic search and RAG chat (BYOK) # PAGEPIPER_OLLAMA_URL=http://localhost:11434 # PAGEPIPER_CHAT_MODEL=mistral:7b # PAGEPIPER_EMBED_MODEL=nomic-embed-text # Forgejo API token — enables the in-app feedback button (files Forgejo issues) # Create a token at https://git.opensourcesolarpunk.com/user/settings/applications # FORGEJO_API_TOKEN= # Enable thumbs up/down on chat answers (stores retrieval quality signals locally) # Off by default — opt in when you want to collect correction data # PAGEPIPER_CHAT_FEEDBACK=true