Report for llmrag test #4
deepika8mandakala
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
WINDOWS 11 Virtual Env.:Python 3.12.5
.Device set to use cpu
..Retrieved: [('Paris is the capital of France.', 0.2878604233264923)]
.Retrieved: [('Paris is the capital of France.', 0.3702658712863922)]
.
Ran 6 tests in 53.167s
OK
Name Stmts Miss Cover Missing
llmrag\chunking_init_.py 1 0 100%
llmrag\chunking\text_splitter.py 8 0 100%
llmrag\cli.py 52 52 0% 1-85
llmrag\embeddings_init_.py 3 0 100%
llmrag\embeddings\base_embedder.py 5 1 80% 6
llmrag\embeddings\sentence_transformers_embedder.py 12 0 100%
llmrag\generators_init_.py 0 0 100%
llmrag\generators\local_generator.py 7 3 57% 16, 29-35
llmrag\main.py 56 56 0% 1-72
llmrag\models_init_.py 3 0 100%
llmrag\models\base_model.py 5 1 80% 6
llmrag\models\transformers_model.py 8 0 100%
llmrag\pipelines_init_.py 1 0 100%
llmrag\pipelines\rag_pipeline.py 21 6 71% 19, 21, 61-64
llmrag\retrievers_init_.py 12 7 42% 7-14
llmrag\retrievers\base_vector_store.py 8 2 75% 6, 10
llmrag\retrievers\chroma_store.py 42 3 93% 48, 67-68
llmrag\retrievers\faiss_store.py 27 27 0% 1-31
llmrag\streamlit_app.py 29 29 0% 1-53
TOTAL 300 187 38%
Conclusion: All tests ran successfully.
Beta Was this translation helpful? Give feedback.
All reactions