Home Explore Blog CI



ragit

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

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 Framework Commands
Summary
Ragit is a framework for creating, querying, and sharing knowledge-bases, offering various commands for initializing, sharing, and working with knowledge-bases, as well as querying and simulating pipeline processes.