You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 weeks ago | |
|---|---|---|
| .github/workflows | 1 month ago | |
| .mindmodel | 4 weeks ago | |
| analysis | 4 weeks ago | |
| ansible | 4 weeks ago | |
| data | 1 month ago | |
| docs | 4 weeks ago | |
| migrations | 1 month ago | |
| packages/@ansible/example | 1 month ago | |
| pages | 1 month ago | |
| pipeline | 1 month ago | |
| scripts | 4 weeks ago | |
| similarity | 1 month ago | |
| src | 1 month ago | |
| tests | 4 weeks ago | |
| thoughts | 4 weeks ago | |
| tools | 1 month ago | |
| .gitignore | 1 month ago | |
| .pre-commit-config.yaml | 1 month ago | |
| .python-version | 1 month ago | |
| AGENTS.md | 4 weeks ago | |
| ARCHITECTURE.md | 1 month ago | |
| CODE_STYLE.md | 1 month ago | |
| Dockerfile | 1 month ago | |
| Home.py | 1 month ago | |
| README.md | 1 month ago | |
| ai_provider.py | 1 month ago | |
| api_client.py | 1 month ago | |
| app.py | 1 month ago | |
| config.py | 1 month ago | |
| database.py | 1 month ago | |
| docker-compose.yml | 1 month ago | |
| explorer.py | 4 weeks ago | |
| explorer_helpers.py | 1 month ago | |
| main.py | 1 month ago | |
| pyproject.toml | 1 month ago | |
| requirements-dev.txt | 1 month ago | |
| scheduler.py | 1 month ago | |
| scraper.py | 1 month ago | |
| streamlit_index.html | 1 month ago | |
| summarizer.py | 1 month ago | |
| uv.lock | 1 month ago | |
| verify.py | 1 month ago | |
README.md
stemwijzer
A small project that uses QWEN embeddings for semantic features. The codebase includes an example Ansible package under packages/@ansible/example and helper scripts for deployment.
Embeddings
- This project uses QWEN embeddings (model:
qwen/qwen3-embedding-4b) via OpenRouter-compatible APIs. - Preferred environment variable:
OPENROUTER_API_KEYwith a fallback toOPENAI_API_KEY.
Publishing and deploying the Ansible package
- Package location:
packages/@ansible/example— this contains the Ansible playbooks and packaging used by CI. - To publish the package (CI): create a git tag for the version and provide
NPM_TOKENas a secret to the CI runner so it can publish to npm. - To deploy the package (CI): set the following repository secrets in your CI pipeline:
DEPLOY_HOST(default:motief.sgeboers.nl)DEPLOY_SSH_KEY(private key for thewebappsuser)DEPLOY_USER(default:webapps)
Defaults
- DEPLOY_HOST:
motief.sgeboers.nl - DEPLOY_USER:
webapps
See docs/deployment/ansible-package-deploy.md for more detailed deploy instructions and defaults.