Chris Hewitt
Chris Hewitt
>> Dispose doesn't get called by the container Which confusingly seems to be the container of the ILoggerFactory, not the Host Container. When you do it this way the LoggerProvider...
Last night in response to a question I built a fully-worked custom mapping sample: https://github.com/endintiers/Unearth.Demo.MLCustomTransform - is this of any interest?
There is a working sample of feeding LoadFromEnumerable from a database with ML.NET 1.2.0 and EF Core 3.0 preview 3 (doesn't work in EF Core 2.x because of threading issues)...
I updated the code for https://github.com/endintiers/Unearth.Demo.MLCustomTransform to ML.NET 1.2.0 and simplified the code (which is now possible).
Works on my machine (tm) - I actually like the simplicity of just optionally passing the BlobContainer
No Problemo. Got any other suggestions? - Going to make a Neo4j DB with a billion nodes, need unique keys, also need index speed/size to be small as possible.
Close enough (DefaultCredential will do for now). A month ago? classic. I'll try it out - want me to review?
Heh, well yes, I DO happen to be migrating from a SQL DB to Neo4j... So, I just assumed I would need some Unique Id for each node - can...