Merge branch 'feature/20251219_lxc' into develop

This commit is contained in:
lixiangcheng1
2025-12-30 11:53:41 +08:00
6 changed files with 59 additions and 32 deletions

View File

@@ -10,6 +10,7 @@ class RetrieveType(StrEnum):
PARTICIPLE = "participle"
SEMANTIC = "semantic"
HYBRID = "hybrid"
Graph = "graph"
class ChunkCreate(BaseModel):