Enha (rag): bigger default batch

This commit is contained in:
Grail Finder
2026-03-08 11:38:56 +03:00
parent c0d5db29a5
commit b6e802c12e
3 changed files with 5 additions and 5 deletions

View File

@@ -156,7 +156,7 @@ func createChunks(sentences []string, wordLimit, overlapWords uint32) []string {
func sanitizeFTSQuery(query string) string {
// Remove double quotes and other problematic characters for FTS5
query = strings.ReplaceAll(query, "\"", " ")
// query = strings.ReplaceAll(query, "\"", " ")
query = strings.ReplaceAll(query, "'", " ")
query = strings.ReplaceAll(query, ";", " ")
query = strings.ReplaceAll(query, "\\", " ")