chore: embedding model

This commit is contained in:
jialin
2024-07-31 14:47:54 +08:00
parent cfdc731313
commit cca047c7c4
4 changed files with 22 additions and 9 deletions
+1
View File
@@ -4,6 +4,7 @@ export interface ListItem {
huggingface_file_name: string;
huggingface_filename: string;
ollama_library_model_name: string;
embedding_only?: boolean;
ready_replicas: number;
replicas: number;
s3Address: string;