GitAI-package           Derive knowledge from GitHub or GitLab
                        repositories with the use of AI/LLM
add_files               Add files to 'GitAI' object.
find_records            Finding top K records in a vector database.
initialize_project      Initialize a 'GitAI' project.
is_verbose              Checks if 'GitAI' is verbose
missing_deps_note_fix   This function is meant to fix 'Namespaces in
                        Imports field not imported from:' R check note.
                        The note shows up when namespace is used to
                        create package object (not function) or within
                        file marked at '.Rbuildignore' file.
process_repos           Run LLM on 'GitAI' repositories content
set_database            Setting database in 'GitAI' object.
set_github_repos        Set GitHub repositories in 'GitAI' object.
set_gitlab_repos        Set GitLab repositories in 'GitAI' object.
set_llm                 Set Large Language Model in 'GitAI' object.
set_prompt              Set prompt.
verbose_off             Sets 'GitAI' to be quiet.
verbose_on              Sets 'GitAI' to be verbose
