• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

anthonypdawson / vector-inspector / 22865738807
81%

Build:
DEFAULT BRANCH: master
Ran 09 Mar 2026 05:24PM UTC
Jobs 1
Files 123
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

09 Mar 2026 05:19PM UTC coverage: 80.137% (+0.3%) from 79.791%
22865738807

push

github

web-flow
Llm provider support (#25)

* feat: implement LLM provider architecture with Ollama, llama-cpp, and OpenAI-compatible support

* feat: add optional LLM runtime support with llama-cpp-python and update installation instructions

* feat: add documentation for LLM provider architecture, fake provider spec, and quickstart guide

* feat: add installation scripts for llama-cpp-python on Unix and Windows, and create documentation for LLM provider quickstart and fake provider

* feat: Implement LLM Runtime Manager and Provider Interface

- Added LLMRuntimeManager for managing LLM provider lifecycle, including provider selection, health caching, and request ID generation.
- Introduced types for LLM provider capabilities, health results, and streaming events in a new types module.
- Created a FakeLLMProvider for testing, supporting echo, streaming, and error injection modes.
- Updated tests to cover new functionality, ensuring deterministic behavior and health checks.
- Renamed and reorganized tests for clarity and improved structure.

* feat: Enhance LLM provider configuration panel with health check and model selection

* feat: Set maximum width for OpenAI key input field in LLM settings panel

* Refactor LLM provider integration and enhance settings management

- Introduced LLMRuntimeManager for improved management of LLM providers, including lazy initialization and health caching.
- Updated AppState to utilize LLMRuntimeManager, providing a clearer API for accessing LLM providers.
- Modified LLMProviderInstance tests to reflect changes in method names and behavior.
- Added comprehensive tests for new LLMRuntimeManager functionality, including provider selection precedence and health caching.
- Enhanced settings service with getters and setters for LLM provider configurations, ensuring defaults are correctly handled.
- Created UI tests for the LLM settings panel, verifying the presence of components and their functionality.
- Improved error handling and resp... (continued)

1033 of 1219 new or added lines in 17 files covered. (84.74%)

8 existing lines in 4 files now uncovered.

12499 of 15597 relevant lines covered (80.14%)

0.8 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
87.21
-0.74% src/vector_inspector/_cli.py
1
92.86
src/vector_inspector/core/llm_providers/errors.py
1
97.78
src/vector_inspector/core/llm_providers/types.py
2
98.23
src/vector_inspector/core/llm_providers/openai_compatible_provider.py
2
89.09
-3.07% src/vector_inspector/extensions/__init__.py
2
91.44
0.66% src/vector_inspector/services/settings_service.py
4
95.24
src/vector_inspector/core/llm_providers/provider_factory.py
5
96.71
-2.0% src/vector_inspector/state/app_state.py
10
75.61
src/vector_inspector/core/llm_providers/base_provider.py
10
14.29
-1.62% src/vector_inspector/main.py
18
83.02
src/vector_inspector/core/llm_providers/llama_cpp_provider.py
30
85.44
src/vector_inspector/tools/llm_console.py
39
76.92
src/vector_inspector/core/llm_providers/runtime_manager.py
61
77.41
src/vector_inspector/extensions/llm_settings_panel.py

Uncovered Existing Lines

Lines Coverage ∆ File
1
87.21
-0.74% src/vector_inspector/_cli.py
1
0.0
0.0% src/vector_inspector/__main__.py
2
88.24
-5.88% src/vector_inspector/ui/components/loading_dialog.py
4
94.32
-1.08% src/vector_inspector/ui/views/visualization_view.py
Jobs
ID Job ID Ran Files Coverage
1 22865738807.1 09 Mar 2026 05:24PM UTC 123
80.14
GitHub Action Run
Source Files on build 22865738807
  • Tree
  • List 123
  • Changed 9
  • Source Changed 7
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22865738807
  • 3aeaef93 on github
  • Prev Build on master (#22584832749)
  • Next Build on master (#23090789678)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc