Skip to content
Snippets Groups Projects
Commit f4687556 authored by Mingchung Xia's avatar Mingchung Xia
Browse files

Fixed initializer with hnsw

parent 95f07843
No related branches found
No related tags found
1 merge request!13HNSW Implementation with Testcases
Pipeline #111288 failed
......@@ -69,7 +69,7 @@ class ContextFreeEncoder<Scalar: BinaryFloatingPoint & Codable>: SNLPEncoder {
return
}
dictionary = ContextFreeEncoder<Scalar>.readDictionaryFromFile(url)
hnsw = ContextFreeEncoder<Scalar>.readHNSWFromFile(url)
}
subscript(_ token: String) -> [Scalar] {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment