init. project
This commit is contained in:
12
rag-web-ui/backend/app/schemas/__init__.py
Normal file
12
rag-web-ui/backend/app/schemas/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from .api_key import APIKey, APIKeyCreate, APIKeyUpdate, APIKeyInDB
|
||||
from .user import UserBase, UserCreate, UserUpdate, UserResponse
|
||||
from .token import Token, TokenPayload
|
||||
from .knowledge import KnowledgeBaseBase, KnowledgeBaseCreate, KnowledgeBaseUpdate, KnowledgeBaseResponse
|
||||
from .testing import (
|
||||
ExpectedResultEntry,
|
||||
StepLogEntry,
|
||||
TestCaseEntry,
|
||||
TestItemEntry,
|
||||
TestingPipelineRequest,
|
||||
TestingPipelineResponse,
|
||||
)
|
||||
Reference in New Issue
Block a user