Adds pyproject.toml, environment.yml, Dockerfile, docker/web (Vue+nginx), compose.yml, compose.override.yml.example, manage.sh, .env.example, .gitignore, and config stubs for the pagepiper self-hosted PDF library tool. Port 8521. No secrets committed.
7 lines
255 B
Text
7 lines
255 B
Text
# Copy to config/llm.yaml (gitignored) — or use .env / compose.override.yml instead.
|
|
|
|
provider: ollama
|
|
base_url: "${PAGEPIPER_OLLAMA_URL}"
|
|
chat_model: mistral:7b
|
|
embedding_model: nomic-embed-text # ollama pull nomic-embed-text
|
|
vector_store: sqlite_vec
|