We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188f55a commit 35c5914Copy full SHA for 35c5914
sdk/src/rhesis/sdk/synthesizers/__init__.py
@@ -1,9 +1,4 @@
1
from rhesis.sdk.synthesizers.base import TestSetSynthesizer
2
-from rhesis.sdk.synthesizers.context_synthesizer import (
3
- ContextConfig,
4
- ContextSynthesizer,
5
- DocumentChunk,
6
-)
7
from rhesis.sdk.synthesizers.factory import SynthesizerFactory, SynthesizerType
8
from rhesis.sdk.synthesizers.paraphrasing_synthesizer import ParaphrasingSynthesizer
9
from rhesis.sdk.synthesizers.prompt_synthesizer import PromptSynthesizer
@@ -12,9 +7,6 @@
12
"TestSetSynthesizer",
13
"PromptSynthesizer",
14
"ParaphrasingSynthesizer",
15
- "ContextSynthesizer",
16
- "DocumentChunk",
17
- "ContextConfig",
18
10
"SynthesizerFactory",
19
11
"SynthesizerType",
20
]
0 commit comments