Home Explore Blog Models CI



ragit

1st chunk of `docs/intro.txt`
96b55089c09c8c708ded228064eb6e226c95f9bd9565785b000000010000035e
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

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.