yangdx
commited on
Commit
·
ca4cb4e
1
Parent(s):
ae4e9ba
Increased search and label list limits.
Browse files
lightrag/api/webui/assets/{index-d9RM26E_.js → index-Cs3ZbEon.js}
RENAMED
Binary files a/lightrag/api/webui/assets/index-d9RM26E_.js and b/lightrag/api/webui/assets/index-Cs3ZbEon.js differ
|
|
lightrag/api/webui/index.html
CHANGED
Binary files a/lightrag/api/webui/index.html and b/lightrag/api/webui/index.html differ
|
|
lightrag_webui/src/lib/constants.ts
CHANGED
@@ -15,8 +15,8 @@ export const edgeColorDarkTheme = '#969696'
|
|
15 |
export const edgeColorSelected = '#F57F17'
|
16 |
export const edgeColorHighlighted = '#B2EBF2'
|
17 |
|
18 |
-
export const searchResultLimit =
|
19 |
-
export const labelListLimit =
|
20 |
|
21 |
export const minNodeSize = 4
|
22 |
export const maxNodeSize = 20
|
|
|
15 |
export const edgeColorSelected = '#F57F17'
|
16 |
export const edgeColorHighlighted = '#B2EBF2'
|
17 |
|
18 |
+
export const searchResultLimit = 50
|
19 |
+
export const labelListLimit = 100
|
20 |
|
21 |
export const minNodeSize = 4
|
22 |
export const maxNodeSize = 20
|