release: OpenNexus 0.5.0

This commit is contained in:
2026-09-17 20:59:32 +08:00
parent e86809b238
commit f7d441bd92
34 changed files with 509 additions and 60 deletions
+6
View File
@@ -1250,6 +1250,12 @@ class TranscriptNoteRequest(Contract):
include_speakers: bool = True
class TranscriptArtifactsRequest(TranscriptNoteRequest):
provider_id: str = Field(min_length=1, max_length=128)
model: str = Field(min_length=1, max_length=256)
knowledge_title: str | None = Field(default=None, min_length=1, max_length=200)
class IndexStatus(Contract):
running_jobs: int = 0
active_searches: int = 0