# References
This document lists external repositories, specifications, and documentation cited or referenced during the development of `tokenix`.
## Code Repositories
- [juninmd/tokenix](https://github.com/juninmd/tokenix) — Official GitHub repository for Tokenix.
- [rtk-ai/rtk](https://github.com/rtk-ai/rtk) — Reference and inspiration source for Tokenix output reduction filters.
- [rust-lang/rust](https://github.com/rust-lang/rust) — The Rust programming language source repository.
## Packages and Registry
- [tokenix on crates.io](https://crates.io/crates/tokenix) — Official crate page on the Rust package registry.
## Technology Stack
- [Rust Language Website](https://www.rust-lang.org/) — Main site for the Rust language toolchain and documentation.
- [rusqlite](https://crates.io/crates/rusqlite) — SQLite bindings for Rust.
- [fastembed](https://crates.io/crates/fastembed) — Fast, local text embedding generation library.
- [ONNX Runtime](https://onnxruntime.ai/) — Open-source project for high-performance machine learning inference.
- [nomic-embed-text-v1.5](https://huggingface.co/nomic-ai/nomic-embed-text-v1.5) — Text embedding model utilized locally in the project.