mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-23 13:48:06 +02:00
Chunking dynamic params (#536)
* Chunking params are dynamic * Update tests
This commit is contained in:
parent
43cfcb18a0
commit
8929a680a1
6 changed files with 584 additions and 478 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue