Skip to content
Merged
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
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@

**A fast Rust mass-knowledge & data platform — chew through any source into clean datasets.**

![Rust](https://img.shields.io/badge/Rust-1A1A1A?logo=rust&logoColor=FF9CCB)
[![crates.io](https://img.shields.io/crates/v/kibble?color=FF9CCB&logo=rust&label=crates.io)](https://crates.io/crates/kibble)
[![docs.rs](https://img.shields.io/docsrs/kibble?color=FF9CCB&label=docs.rs)](https://docs.rs/kibble)
[![downloads](https://img.shields.io/crates/d/kibble?color=FF9CCB&label=downloads)](https://crates.io/crates/kibble)
[![license](https://img.shields.io/crates/l/kibble?color=FF9CCB)](https://github.com/femboyisp/kibble#license)
![tests](https://img.shields.io/badge/tests-386%20passing-FF9CCB)
![clippy](https://img.shields.io/badge/clippy-clean-FF9CCB)
![status](https://img.shields.io/badge/status-pre--1.0-FF9CCB)
![made with](https://img.shields.io/badge/powered%20by-chewing%20%F0%9F%A6%B4-FF9CCB)

<img src="assets/kibble-demo.gif" alt="kibble demo — clean, index, search, and grounded cited RAG" width="720">
Expand Down Expand Up @@ -478,3 +479,8 @@ auto-classify/clustering, a tunable training mix, and an auto-tune harness with
cargo test # offline tests (no network/external tools — localhost mocks + stub binaries)
cargo clippy
```

## License

Licensed under either of [MIT](LICENSE-MIT) or [Apache-2.0](LICENSE-APACHE) at your option.
Contributions are welcome — pre-1.0, so expect sharp edges 🦴
Loading