Crates.io | ragit |
lib.rs | ragit |
version | |
source | src |
created_at | 2024-10-20 14:35:14.546414 |
updated_at | 2025-02-01 12:23:26.528369 |
description | git-like rag pipeline |
homepage | |
repository | |
max_upload_size | |
id | 1416249 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
RAGIT (rag-it) is a git-like software that turns your local files into a knowledge-base. The main goal of this project is to make knowledge-bases easy-to-create and easy-to-share.
rag init;
rag add --all;
rag build;
rag query "What makes ragit special?";
RAGIT is very different from the other RAG frameworks.
push
command is WIP.