set port (#39)

* set port

* add knowledge-search

* update text
This commit is contained in:
yqj123
2024-01-19 18:35:24 +08:00
committed by GitHub
parent 103e12b7c2
commit f3dd131403
15 changed files with 534 additions and 31 deletions

View File

@@ -8,6 +8,7 @@ export interface chunkModelState {
total: number;
isShowCreateModal: boolean;
chunk_id: string;
doc_id: string;
chunkInfo: any
}
export interface chunkgModelType {
@@ -33,6 +34,7 @@ const Model: chunkgModelType = {
total: 0,
isShowCreateModal: false,
chunk_id: '',
doc_id: '',
chunkInfo: {}
},
subscriptions: {