Chunking dynamic params (#536)

* Chunking params are dynamic

* Update tests
This commit is contained in:
cybermaggedon 2025-09-26 10:53:32 +01:00 committed by GitHub
parent 43cfcb18a0
commit 8929a680a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 584 additions and 478 deletions

View file

@ -13,6 +13,7 @@ from . producer_spec import ProducerSpec
from . subscriber_spec import SubscriberSpec
from . request_response_spec import RequestResponseSpec
from . llm_service import LlmService, LlmResult
from . chunking_service import ChunkingService
from . embeddings_service import EmbeddingsService
from . embeddings_client import EmbeddingsClientSpec
from . text_completion_client import TextCompletionClientSpec