dustyatx

Results 11 comments of dustyatx

@jameshball did you successfully train? if so can you share what you did and learned?

@ogabrielluiz It looks like new registrations are offline, either that or the auth is broken. Whenever I try to register or login, it just loops back to the login page....

I'm seeing an interesting issue.. I'm on Win11 Pro, with a i9-13900K and a 4090. When i do a batch size of 1, I get somewhere between 18-25 it/s for...

@aifartist thank you for all of that great information, very informative. I'm a scaled systems & solutions designer/architect (includes ML/AI, etc), so my hands on knowledge tends to be shallow...

I see this thread has gone silent.. does this mean that I'd need to do a complete rebuild of my graph in order to handle mutations?

@emmanuel-keller I am running it in a docker container and I'm not passing in any parameters that would change the storage, I believe it's using rocksdb. Here is my docker...

Here is my print statements @ 10,000 records increments. As you can see initially I'm getting 10k records in about 40 seconds and now it's 31 minutes. 2024-04-24 13:57:30.273261 -...

Thank you for all the great information, very useful insights. For clarification I did try both setting the index after the records were loaded and batching. The only reason why...

_How do you ingest records into the database? Which client (Python, Node, Rust?) and which API are you using?_ I use the Python module. I'm not sure what you mean...

I'd yes and this.. It would be better if we can treat it like a check point and in the event that the indexing fails, be able to restart it...