这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions libs/superagent/app/api/workflow_configs/saml_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ class SuperragIndex(BaseModel):
urls: list[str]
use_for: str
encoder: Optional[SuperragEncoder] = Field(
..., description="The encoder to use for the index"
description="The encoder to use for the index"
)
database_provider: Optional[SuperragDatabaseProvider] = Field(
..., description="The vector database provider to use for the index"
description="The vector database provider to use for the index"
)

@validator("name")
Expand Down