Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AGENTS.md - qwen3-embed

Lightweight Qwen3 text embedding & reranking library via ONNX Runtime. Python >= 3.13, uv.
Lightweight Qwen3 text embedding & reranking library via ONNX Runtime. Python >= 3.11 (tested 3.11-3.14), uv.

## Build / Lint / Test Commands

Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ an individual is officially representing the community in public spaces.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
**n24q02m@gmail.com**.
**quangminh2402.dev@gmail.com**.

All complaints will be reviewed and investigated promptly and fairly.

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ mise run setup # or: uv sync --group dev
uv run ruff format --check . # Format check
```

3. Commit using [Conventional Commits](https://www.conventionalcommits.org/):
3. Commit using [Conventional Commits](https://www.conventionalcommits.org/). Only `feat:` and `fix:` prefixes are accepted (enforced by the commit-msg hook):
```
feat: add new embedding model support
fix: correct tokenizer padding behavior
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
If you discover a security vulnerability, please report it responsibly:

1. **Do NOT** open a public issue
2. Email **n24q02m@gmail.com** with details
2. Email **quangminh2402.dev@gmail.com** with details
3. Include steps to reproduce if possible
4. Allow reasonable time for a fix before disclosure

Expand Down
Loading