Skip to content

Live retrieval API with index API and retriever API #62

Live retrieval API with index API and retriever API

Live retrieval API with index API and retriever API #62

Triggered via pull request June 18, 2025 15:56
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (F401): src/mmore/utils.py#L10
src/mmore/utils.py:10:66: F401 `.index.indexer.get_model_from_index` imported but unused
Ruff (F401): src/mmore/utils.py#L10
src/mmore/utils.py:10:51: F401 `.index.indexer.IndexerConfig` imported but unused
Ruff (F401): src/mmore/utils.py#L10
src/mmore/utils.py:10:32: F401 `.index.indexer.DBConfig` imported but unused
Ruff (F841): src/mmore/run_index_api.py#L45
src/mmore/run_index_api.py:45:5: F841 Local variable `indexer` is assigned to but never used
Ruff (E402): src/mmore/run_index_api.py#L24
src/mmore/run_index_api.py:24:1: E402 Module level import not at top of file
Ruff (E402): src/mmore/run_index_api.py#L23
src/mmore/run_index_api.py:23:1: E402 Module level import not at top of file
Ruff (E402): src/mmore/run_index_api.py#L22
src/mmore/run_index_api.py:22:1: E402 Module level import not at top of file
Ruff (F811): src/mmore/rag/retriever.py#L21
src/mmore/rag/retriever.py:21:32: F811 Redefinition of unused `SparseModel` from line 19
Ruff (F811): src/mmore/rag/retriever.py#L20
src/mmore/rag/retriever.py:20:31: F811 Redefinition of unused `DenseModel` from line 19
Ruff (F401): src/mmore/rag/llm.py#L3
src/mmore/rag/llm.py:3:21: F401 `getpass.getpass` imported but unused