mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 07:23:54 +00:00
Removed docling-related code.
This commit is contained in:
parent
9305b4157e
commit
8ca56484dc
4 changed files with 0 additions and 150 deletions
|
|
@ -15,14 +15,6 @@ from llama_stack.providers.datatypes import (
|
|||
|
||||
def available_providers() -> List[ProviderSpec]:
|
||||
return [
|
||||
InlineProviderSpec(
|
||||
api=Api.preprocessing,
|
||||
provider_type="inline::docling",
|
||||
pip_packages=["docling"],
|
||||
module="llama_stack.providers.inline.preprocessing.docling",
|
||||
config_class="llama_stack.providers.inline.preprocessing.docling.InlineDoclingConfig",
|
||||
api_dependencies=[],
|
||||
),
|
||||
InlineProviderSpec(
|
||||
api=Api.preprocessing,
|
||||
provider_type="inline::basic",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue