Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement RAG #92

Open
wants to merge 79 commits into
base: main
Choose a base branch
from

Fix broken test when using flutter test

62e8881
Select commit
Loading
Failed to load commit list.
Open

Implement RAG #92

Fix broken test when using flutter test
62e8881
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 3, 2025 in 0s

30.75% (-5.47%) compared to ce2f1ff

View this Pull Request on Codecov

30.75% (-5.47%) compared to ce2f1ff

Details

Codecov Report

Attention: Patch coverage is 9.72644% with 297 lines in your changes missing coverage. Please review.

Project coverage is 30.75%. Comparing base (ce2f1ff) to head (62e8881).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
lib/providers/text_inference_provider.dart 2.12% 46 Missing ⚠️
lib/interop/sentence_transformer.dart 0.00% 39 Missing ⚠️
lib/langchain/openvino_llm.dart 0.00% 38 Missing ⚠️
lib/langchain/jinja_prompt_template.dart 0.00% 32 Missing ⚠️
lib/langchain/chain_builder.dart 0.00% 28 Missing ⚠️
lib/providers/download_provider.dart 0.00% 26 Missing ⚠️
lib/langchain/all_mini_lm_v6.dart 0.00% 23 Missing ⚠️
lib/langchain/object_box_store.dart 0.00% 20 Missing ⚠️
lib/interop/generated_bindings.dart 0.00% 12 Missing ⚠️
lib/interop/llm_inference.dart 0.00% 9 Missing ⚠️
... and 4 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #92      +/-   ##
==========================================
- Coverage   36.22%   30.75%   -5.47%     
==========================================
  Files          43       58      +15     
  Lines        1858     2286     +428     
==========================================
+ Hits          673      703      +30     
- Misses       1185     1583     +398     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.