File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,6 @@ let package = Package(
14
14
name: " SimilaritySearchKit " ,
15
15
targets: [ " SimilaritySearchKit " ]
16
16
) ,
17
- . library(
18
- name: " SimilaritySearchKitBGE " ,
19
- targets: [ " SimilaritySearchKitBGE " ]
20
- ) ,
21
17
. library(
22
18
name: " SimilaritySearchKitDistilbert " ,
23
19
targets: [ " SimilaritySearchKitDistilbert " ]
@@ -39,12 +35,6 @@ let package = Package(
39
35
path: " Sources/SimilaritySearchKit/Core " ,
40
36
resources: [ . process( " Resources " ) ]
41
37
) ,
42
- . target(
43
- name: " SimilaritySearchKitBGE " ,
44
- dependencies: [ " SimilaritySearchKit " ] ,
45
- path: " Sources/SimilaritySearchKit/AddOns/Embeddings/BGE " ,
46
- resources: [ . process( " BGE_small " ) ]
47
- ) ,
48
38
. target(
49
39
name: " SimilaritySearchKitDistilbert " ,
50
40
dependencies: [ " SimilaritySearchKit " ] ,
You can’t perform that action at this time.
0 commit comments