Enha (RAG): raw text as primary key in vector db
This commit is contained in:
2
tui.go
2
tui.go
@@ -230,7 +230,7 @@ func colorText() {
|
||||
}
|
||||
|
||||
func updateStatusLine() {
|
||||
position.SetText(fmt.Sprintf(indexLine, botRespMode, cfg.AssistantRole, activeChatName, cfg.RAGEnabled, cfg.EmbedURL))
|
||||
position.SetText(fmt.Sprintf(indexLine, botRespMode, cfg.AssistantRole, activeChatName, cfg.RAGEnabled, cfg.ToolUse))
|
||||
}
|
||||
|
||||
func initSysCards() ([]string, error) {
|
||||
|
||||
Reference in New Issue
Block a user