|
@@ -266,7 +266,7 @@
|
|
|
;; (prn :debug :semantic-search-result
|
|
;; (prn :debug :semantic-search-result
|
|
|
;; :block (:block/title (d/entity @conn label))
|
|
;; :block (:block/title (d/entity @conn label))
|
|
|
;; :distance distance)
|
|
;; :distance distance)
|
|
|
- (when-not (or (js/isNaN distance) (>= distance 0.45)
|
|
|
|
|
|
|
+ (when-not (or (js/isNaN distance) (>= distance 0.6)
|
|
|
(> label 2147483647))
|
|
(> label 2147483647))
|
|
|
(when-let [block (d/entity @conn label)]
|
|
(when-let [block (d/entity @conn label)]
|
|
|
(when (:block/title block)
|
|
(when (:block/title block)
|