clean up return type comment

This commit is contained in:
Travis Shears 2026-03-12 10:26:35 +01:00
parent 2393faf9d0
commit af53bbe22c
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469

View file

@ -72,7 +72,7 @@
(defn search
"Search for similar snippet in Qdrant
returns example: [{:id 101155069755600, :version 204, :score 0.85372585}] or []"
returns: [{:id 101155069755600, :version 204, :score 0.85372585}] or []"
[slug]
(let [db-id (db/slug-to-db-id slug)
api-key (:qdrant-api-key (config))