File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 189
189
graphql (>= 1.13.0 )
190
190
hashdiff (1.1.0 )
191
191
hashery (2.1.2 )
192
- hnswlib (0.8.1 )
192
+ hnswlib (0.9.0 )
193
193
httparty (0.21.0 )
194
194
mini_mime (>= 1.0.0 )
195
195
multi_xml (>= 0.5.2 )
@@ -467,7 +467,7 @@ DEPENDENCIES
467
467
faraday
468
468
google_search_results (~> 2.0.0 )
469
469
googleauth
470
- hnswlib (~> 0.8.1 )
470
+ hnswlib (~> 0.9.0 )
471
471
hugging-face (~> 0.3.4 )
472
472
langchainrb !
473
473
llama_cpp (~> 0.9.4 )
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ Gem::Specification.new do |spec|
55
55
spec . add_development_dependency "faraday"
56
56
spec . add_development_dependency "googleauth"
57
57
spec . add_development_dependency "google_search_results" , "~> 2.0.0"
58
- spec . add_development_dependency "hnswlib" , "~> 0.8.1 "
58
+ spec . add_development_dependency "hnswlib" , "~> 0.9.0 "
59
59
spec . add_development_dependency "hugging-face" , "~> 0.3.4"
60
60
spec . add_development_dependency "milvus" , "~> 0.10.3"
61
61
spec . add_development_dependency "llama_cpp" , "~> 0.9.4"
You can’t perform that action at this time.
0 commit comments