fix: RAG services improvements (#1565)

* fix: rag nix runner

* feat: improve rag default models

* fix: change log levels to avoid huge log files in rag service
This commit is contained in:
Omar Crespo
2025-03-20 00:28:04 -05:00
committed by GitHub
parent a9ec013f1c
commit 968d5fbd52
4 changed files with 26 additions and 23 deletions

View File

@@ -12,6 +12,7 @@ in pkgs.mkShell {
PYTHONUNBUFFERED = 1;
PYTHONDONTWRITEBYTECODE = 1;
LD_LIBRARY_PATH = "${pkgs.stdenv.cc.cc.lib}/lib:$LD_LIBRARY_PATH";
PORT = 20250;
};
shellHook = ''