Feat new api for vectordb search #249
linter-and-builder.yaml
on: pull_request
Matrix: Code-Quality 💎
Matrix: Unit Test 🧪
Matrix: Docker Build Checker🐳
Annotations
3 errors
Ruff (F811):
backend/src/api/routes/chat.py#L259
backend/src/api/routes/chat.py:259:11: F811 Redefinition of unused `chat` from line 187
|
Ruff (F401):
backend/src/repository/rag_datasets_eng.py#L15
backend/src/repository/rag_datasets_eng.py:15:8: F401 `loguru` imported but unused
|
Code-Quality 💎 (ubuntu-latest, 3.11)
Process completed with exit code 2.
|