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 cf2037c commit aefc233Copy full SHA for aefc233
service_overview.py
@@ -15,7 +15,6 @@ class Service(Enum):
15
ML_EXEC_ENV = "ML_EXEC_ENV"
16
MODEL_PROVIDER = "MODEL_PROVIDER"
17
NEURAL_SEARCH = "NEURAL_SEARCH"
18
- REFINERY = "REFINERY"
19
TOKENIZER = "TOKENIZER"
20
UI = "UI"
21
UPDATER = "UPDATER"
@@ -75,11 +74,6 @@ class Service(Enum):
75
74
"link": "https://github.com/code-kern-ai/refinery-neural-search",
76
"public_repo": True,
77
},
78
- Service.REFINERY: {
79
- "name": "Refinery",
80
- "link": "https://github.com/code-kern-ai/refinery",
81
- "public_repo": True,
82
- },
83
Service.TOKENIZER: {
84
"name": "Tokenizer",
85
"link": "https://github.com/code-kern-ai/refinery-tokenizer",
0 commit comments