You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: matching-service/matching-infra/src/main/kotlin/com/grepp/quizy/matching/infra/match/repository/MatchingPoolRepositoryAdapter.kt
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,9 @@ private const val MATCHING_INDEX_PREFIX = "MATCHING_VECTOR_POOL:"
19
19
privateconstvalMATCHING_INDEX="MATCHING_INDEX"
20
20
privateconstvalMATCHING_K=5
21
21
22
+
privateconstvalID_FIELD="id"
23
+
privateconstvalVECTOR_FIELD="vector"
24
+
22
25
@Repository
23
26
classMatchingPoolRepositoryAdapter(
24
27
privatevaljedis:JedisPooled
@@ -39,8 +42,8 @@ class MatchingPoolRepositoryAdapter(
0 commit comments