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
    clone
    init

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

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

Query a knowledge-base
    query
    tfidf

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