mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
DDD refactor: data-sources (#205)
This commit is contained in:
parent
912c8be156
commit
4b33b20e76
68 changed files with 2589 additions and 1588 deletions
8
start.sh
8
start.sh
|
|
@ -26,13 +26,7 @@ export USE_KLAVIS_TOOLS=true
|
|||
CMD="docker compose"
|
||||
CMD="$CMD --profile setup_qdrant"
|
||||
CMD="$CMD --profile qdrant"
|
||||
CMD="$CMD --profile rag_text_worker"
|
||||
CMD="$CMD --profile rag_files_worker"
|
||||
|
||||
# enable rag urls worker
|
||||
if [ "$USE_RAG_SCRAPING" = "true" ]; then
|
||||
CMD="$CMD --profile rag_urls_worker"
|
||||
fi
|
||||
CMD="$CMD --profile rag-worker"
|
||||
|
||||
# Add more mappings as needed
|
||||
# if [ "$SOME_OTHER_ENV" = "true" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue