Live retrieval API with index API and retriever API #69
Annotations
8 errors
|
lint
The process '/opt/hostedtoolcache/ruff/0.12.0/x86_64/ruff' failed with exit code 1
|
|
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
|