Skip to content

Commit

Permalink
add basic worker configs
Browse files Browse the repository at this point in the history
  • Loading branch information
latekvo committed May 24, 2024
1 parent ea927a5 commit 8902858
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configs/crawler.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"worker_type": "crawler",
"llm_config_name": "none",
"embedder_config_name": "none"
}
5 changes: 5 additions & 0 deletions configs/embedder.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"worker_type": "embedder",
"llm_config_name": "none",
"embedder_config_name": "ollama_medium"
}
5 changes: 5 additions & 0 deletions configs/summarizer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"worker_type": "summarizer",
"llm_config_name": "ollama_medium",
"embedder_config_name": "ollama_medium"
}

0 comments on commit 8902858

Please sign in to comment.