You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Standardize button and header text capitalization in env_settings.js, smart_blocks.js, smart_embed_model.js, and related adapter files for consistency and improved readability.
- Update descriptions in settings_config across various files to enhance clarity and provide more detailed information about their functionality.
- Maintain existing comments and methods unrelated to the changes.
Copy file name to clipboardExpand all lines: smart-blocks/smart_blocks.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -50,9 +50,9 @@ export class SmartBlocks extends SmartEntities {
50
50
getsettings_config(){
51
51
returnthis.process_settings_config({
52
52
"embed_blocks": {
53
-
name: 'Embed Blocks',
53
+
name: 'Utilize Smart Blocks',
54
54
type: "toggle",
55
-
description: "Embed blocks using the embedding model.",
55
+
description: "Creates more granular embeddings by splitting sources into smaller chunks. This may improve search results especially for large documents that have well-defined sections.",
0 commit comments