RAG Software Test for DiReKT
Find a file
2026-01-17 14:45:21 +01:00
guidelines factor out toasts so they can be used anywhere 2026-01-09 11:06:12 +01:00
js/src/main/scala/org/felher/rag redo upload component 2026-01-17 14:45:21 +01:00
jvm/src/main redo upload component 2026-01-17 14:45:21 +01:00
plans factor out toasts so they can be used anywhere 2026-01-09 11:06:12 +01:00
project initial commit 2025-11-17 16:04:38 +01:00
services initial commit 2025-11-17 16:04:38 +01:00
shared/src/main/scala/org/felher/rag redo upload component 2026-01-17 14:45:21 +01:00
ui redo upload component 2026-01-17 14:45:21 +01:00
.gitignore redo upload component 2026-01-17 14:45:21 +01:00
.scalafmt.conf initial commit 2025-11-17 16:04:38 +01:00
build.sbt add routing 2025-11-28 17:44:07 +01:00
config.yaml.example initial commit 2025-11-17 16:04:38 +01:00
README.md first move to openprops 2026-01-08 17:44:21 +01:00
startup.sh also start editor in startup script 2026-01-10 09:43:32 +01:00

  • go into services/embed/, do source .ven/bin/activate, then python main.py
  • go into services/split/, do source .ven/bin/activate, then python main.py
  • do docker run -p 3000:3000 -p 4317:4317 -p 4318:4318 -p 3333:3000 --rm -ti grafana/otel-lgtm
  • do docker run --rm -ti -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=test -e POSTGRES_DB=rag -p 1111:5432 pgvector/pgvector:pg18-trixie
  • in ui/, do pnpm dev
  • start two sbt:
    • one for project ragJVM and then reStart,
    • the other for project ragJS and then ~fastLinkJS