Corneliu Cofaru
Corneliu Cofaru
`BruteTree`s are a simple structure that can support `::Distances.SemiMetric`. Is there any reason for which these are not allowed? Im obviously referring to the cosine distance which is a very...
The following code segfaults. Details: - tested on Julia v1.3.0 and 1.0.3 - the crash is related to the string column `zz`: no crash occurs in its absence - saving...
When executing a node in a hashed graph, an option should exist that allows returning along with the result a trace of all operations performed for all dependencies to reach...
`svds` throws a `StackOverflowError` on Julia 1.2-DEV.172 when applied to `Float16` matrices, sparse or not (could not test on Julia 1.0): ```julia julia> svds(Float16[1 2 3; 4 5 6;7 8...
Posting this for anyone interested in ANN search and quantization Two packages I have been working on recently - [IVFADC.jl](https://github.com/zgornel/IVFADC.jl) - [QuantizedArrays.jl](https://github.com/zgornel/QuantizedArrays.jl) some code taken from here; at the moment,...
This pull adds support for [ConceptNetNumberbatch](https://github.com/commonsense/conceptnet-numberbatch). Three distinct files formats are available and supported: - [x] multilingual, gzipped `.txt` file, word and embeddings on each line - [x] english, gzipped...
Should use some new Julia-based graphical framework and contain: - [ ] query box and results placeholder (in one page) - [ ] query configuration in another Should either connect...
Some out of the box data loaders should be available: - databases (ODBC?) - knowledge graphs (the most known) - streaming data (i.e. request-index-request looping on some pattern?)
A query language should be defined and developed. Should word at query term level, with boolean operators. Main operations should implement logical `AND`, `OR` (at this point implicit` and `NOT`...
Loading will occur only through online loading; - only the naive index will be supported - ivfadc requires cluster prototypes