rcap107 / embdi

EmbDI is a table embeddings algorithm that solves data integration problems by converting tabular data into graphs, then applying word2vec to the graph to obtain embeddings.
Apache License 2.0
7 stars 1 forks source link

Implement config parsing through toml #3

Open rcap107 opened 6 months ago

rcap107 commented 6 months ago

ATM, the configuration is parsed through a homemade parser. It should be reimplemented using toml or similar to have an easier time parsing and checking it.