Home Explore Blog Models CI



ragit

docs/intro.txt
1f64c984d4b88e47f3d003477a4797179568d84a737f2244000000030000035e
ragit is an all-in-one RAG framework that helps you create, query and share knowledge-bases in a git-like workflow.

Run `rag help <COMMAND>` to read more documents.

Create a new knowledge-base
    archive-extract
    clone
    init

Share a knowledge-base
    archive-create
    push

Work with an existing knowledge-base
    add
    build
    gc
    ii-build
    ii-reset
    rm

Get information about a knowledge-base
    audit
    cat-file
    config
    ii-status
    ls-chunks
    ls-files
    ls-images
    ls-models
    ls-terms
    meta
    status

Query a knowledge-base
    query

List query history
    ls-queries

Simulate each pipeline
    extract-keywords
    tfidf
    retrieve-chunks

ragit also has extra tutorial commands
    rag help chunks
    rag help config-reference
    rag help pipeline
    rag help quick-guide
    rag help uid-query

Chunks
96b55089 (1st chunk of `docs/intro.txt`)
Title: Ragit Command Reference
Summary
Ragit is a framework for creating, querying, and sharing knowledge-bases, and this text provides a list of available commands for performing various tasks such as creating, sharing, and querying knowledge-bases, as well as accessing tutorial commands and help documentation.