-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
37 lines (37 loc) · 1.16 KB
/
DESCRIPTION
File metadata and controls
37 lines (37 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: GitAI
Title: Extracts Knowledge from 'Git' Repositories
Version: 0.1.3
Authors@R: c(
person("Kamil", "Wais", , "kamil.wais@gmail.com", role = c("aut", "cre")),
person("Krystian", "Igras", , "krystian8207@gmail.com", role = "aut"),
person("Maciej", "Banas", , "banasmaciek@gmail.com", role = "aut")
)
Description: Scan multiple 'Git' repositories, pull specified files content and process it with large language models. You can summarize the content in specific way, extract information and data, or find answers to your questions about the repositories. The output can be stored in vector database and used for semantic search or as a part of a RAG (Retrieval Augmented Generation) prompt.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
URL: https://github.com/r-world-devs/GitAI
RoxygenNote: 7.3.3
Depends:
R (>= 4.1.0)
Imports:
cli (>= 3.4.0),
ellmer (>= 0.4.0),
GitStats (>= 2.2.0),
httr2,
lubridate,
R6,
S7,
dplyr,
purrr,
rlang,
glue
Suggests:
testthat (>= 3.0.0),
shiny,
shinychat,
withr,
knitr,
rmarkdown
Config/testthat/edition: 3
VignetteBuilder: knitr