clean up return type comment
This commit is contained in:
parent
2393faf9d0
commit
af53bbe22c
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@
|
||||||
|
|
||||||
(defn search
|
(defn search
|
||||||
"Search for similar snippet in Qdrant
|
"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]
|
[slug]
|
||||||
(let [db-id (db/slug-to-db-id slug)
|
(let [db-id (db/slug-to-db-id slug)
|
||||||
api-key (:qdrant-api-key (config))
|
api-key (:qdrant-api-key (config))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue