We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec517d commit 551dff9Copy full SHA for 551dff9
apps/sim/app/api/knowledge/search/utils.ts
@@ -73,9 +73,6 @@ export interface SearchParams {
73
distanceThreshold?: number
74
}
75
76
-// Use shared embedding utility
77
-export { generateSearchEmbedding } from '@/lib/knowledge/embeddings'
78
-
79
function isTagSlotKey(key: string): key is AllTagSlot {
80
return (ALL_TAG_SLOTS as readonly string[]).includes(key)
81
0 commit comments