Release 0.0.2: pulpie.markdown on PyPI, feyninc org migration#19
Merged
Conversation
…eferences to feyninc
There was a problem hiding this comment.
Pull request overview
Releases pulpie v0.0.2 and updates project/model metadata to reflect the migration from chonkie-* to the feyninc organization, aligning PyPI packaging/versioning with the documented install/use paths.
Changes:
- Bumped package version
0.0.1→0.0.2inpyproject.tomlandsrc/pulpie/__init__.py. - Updated default Hugging Face model IDs to
feyninc/pulpie-orange-*. - Migrated README and one ops runbook link from
chonkie-inc→feynincGitHub URLs/badges.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/pulpie/model_utils.py | Points built-in model aliases at the feyninc HF org. |
| src/pulpie/init.py | Updates runtime __version__ to 0.0.2. |
| scripts/cc-filter/AGENT_PROMPT.md | Updates the repo clone URL to feyninc/pulpie in the CC filter runbook. |
| README.md | Updates GitHub/HF links and badges to feyninc. |
| pyproject.toml | Bumps package version and updates author/URL metadata to feyninc. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
11
to
+13
| 1. `HF_TOKEN` with write access to the `chonkie-ai` org | ||
| 2. A `--start` / `--end` WARC index range to process (full range is 0–100000; ask which shard this box should own so it doesn't overlap with other boxes) | ||
| 3. A way to get `stream_filter_upload.py` onto the box. It lives in this repo at `scripts/cc-filter/stream_filter_upload.py`. Easiest: `git clone https://github.com/chonkie-inc/pulpie` and copy the file out, or `gh repo clone chonkie-inc/pulpie` if `gh` is installed. | ||
| 3. A way to get `stream_filter_upload.py` onto the box. It lives in this repo at `scripts/cc-filter/stream_filter_upload.py`. Easiest: `git clone https://github.com/feyninc/pulpie` and copy the file out, or `gh repo clone feyninc/pulpie` if `gh` is installed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
chonkie-ai/chonkie-increferences tofeyninc: model IDs inmodel_utils.py, README badges/banner/links, pyproject URLs and author.Why
PyPI 0.0.1 predates
pulpie.markdown(and the currentextractor/pipelineDX fixes), sopip install pulpie[markdown]gets a package missing modules the docs reference. The HF Space demo needs 0.0.2.Verification
pytest tests -n auto— 65 passed (byte parity intact; nosrc/logic changed beyond the model ID strings).feyninc/pulpie-orange-{small,base,large}confirmed live on HF.