Skip to content

Commit 52b3a2f

Browse files
author
prima
committed
fix: Removed duplicated titles from textdb menu
1 parent 6a6e9de commit 52b3a2f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

klite.embd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24124,7 +24124,7 @@ Current version indicated by LITEVER below.
2412424124
<div class="context_tab_container" id="documentdb_tab_container">
2412524125
<div class="settinglabel" style="padding: 4px;">Automatically search and include relevant snippets from a text document or history.</div>
2412624126
<div class="settinglabel" style="padding: 4px;">
24127-
<div class="justifyleft settingsmall" title="Select TextDB Provider">Select TextDB Provider <span class="helpicon">?
24127+
<div class="justifyleft settingsmall">Select TextDB Provider <span class="helpicon">?
2412824128
<span class="helptext">Disabled does not use TextDB. Local TextDB does all searches directly in browser with strings. KoboldCpp Embeddings relies on a loaded Kcpp Embeddings model to generate embeddings. OpenAI Embeddings uses a remote OpenAI API to generate embeddings.</span></span></div>
2412924129
<select title="Select TextDB Provider" style="height:20px;padding:0px;margin:0px 4px 0; width:150px;font-size:12px;" class="form-control" onchange="toggle_documentdb_provider()" id="documentdb_provider">
2413024130
<option value="0">Disabled</option>
@@ -24144,21 +24144,21 @@ Current version indicated by LITEVER below.
2414424144
</div>
2414524145

2414624146
<div class="settinglabel" style="padding: 4px;">
24147-
<div class="justifyleft settingsmall" title="Delete Embedding cache">Delete Embedding cache <span class="helpicon">?
24147+
<div class="justifyleft settingsmall">Delete Embedding cache <span class="helpicon">?
2414824148
<span class="helptext">When embeddings are enabled, they get generated by the KCPP server and then are cached in the web browser. This button clears the browser cache.</span></span></div>
2414924149
<button title="Delete Embedding cache" class="btn btn-primary" onclick="DBClearEmbeddings()" style="font-size:12px;padding:2px 2px;margin:0px 0 0;">Delete Embedding cache</button>
2415024150
</div>
2415124151

2415224152
<div class="settinglabel" style="padding: 4px;">
24153-
<div class="justifyleft settingsmall" title="Add document to TextDB">Add document to TextDB <span class="helpicon">?
24153+
<div class="justifyleft settingsmall">Add document to TextDB <span class="helpicon">?
2415424154
<span class="helptext">Tries to extract the text from the document, adding (or overwriting) an existing document in the TextDB with the same name.</span></span></div>
2415524155
<button title="Add document to TextDB" class="btn btn-primary" onclick="documentParser.addDocumentToTextDB()" style="font-size:12px;padding:2px 2px;margin:0px 0 0;">Add document to TextDB</button>
2415624156
</div>
2415724157

2415824158
<div class="settinglabel" style="padding: 4px;">
24159-
<div class="justifyleft settingsmall" title="Search Includes Context History">Search Includes Context History <span class="helpicon">?
24159+
<div class="justifyleft settingsmall">Search Includes Context History <span class="helpicon">?
2416024160
<span class="helptext">If enabled, the entire story/chat history is used as a searchable document.</span></span></div>
24161-
<input title="Search Context History" type="checkbox" id="documentdb_searchhistory" style="margin:0px 0 0;">
24161+
<input title="Search Includes Context History" type="checkbox" id="documentdb_searchhistory" style="margin:0px 0 0;">
2416224162
</div>
2416324163

2416424164
<div class="settingitem" style="width: unset;">

0 commit comments

Comments
 (0)