We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b35c55 commit b6fdc4bCopy full SHA for b6fdc4b
inst/example_workflow.R
@@ -1,12 +1,15 @@
1
-# remotes::install_github("r-world-devs/GitStats@devel")
2
-
3
-gitai_demo <- initialize_project("gitai-demo-2") |>
4
- set_database(index = "gitai-mb") |>
+gitai_demo <- initialize_project("gitai-tests") |>
+ set_database(index = "gitai-mb",
+ namespace = "gitai-demo-2") |>
5
set_github_repos(
6
- orgs = "pharmaverse"
+ orgs = "r-world-devs"
7
) |>
8
add_files(files = "\\.md") |>
9
set_llm() |>
10
set_prompt("Provide a one-two sentence description of the product based on input.")
11
12
process_repos(gitai_demo)
+
13
+gitai_demo$db$find_records("Find package with which I can plot data.")
14
15
+gitai_demo$db$read_record("GitStats")
0 commit comments