Shasaur
Shasaur
For anyone trying this on Windows, note: the workaround does not work in the new Terminal, but does work in the old Command Prompt.
Any updates on this? Experiencing the same issue and error `main: failed to load model from 'models/7B/ggml-model-q4_0.bin' ` The full error shown in the web interface with debug enabled: ```...
It's as a server. My application is a mix of golang and C#, and embedded is only for Java right? I'm using the Postgres plug-in to enable the graph /...
I noticed that it's possible to set a more detailed log level, so I set it to FINER. Didn't give anymore useful information near the error, just some start-up info.
I should note, running the `check database` script found no further corruptions despite the continued errors.
I should further add, sometimes this situation happens and I see no error from the ArcadeDB server at all, so it could be that the last error I posted is...
Hey Luca, thanks for the quick response. I was testing with the latest version of ArcadeDB but I still experienced the initial issue I mention. However, you are right that...
At the moment, the queries that are causing the issues are in a nestled web of transactions called from all over the place at run-time, it's hard for me identify...
Might it be useful if I provide the txlog_x.wal files? I feel like if there are some transactions that become stuck or something, those could reveal them.
All my queries are ran through a simple cypher wrapper transaction function: ``` func (s *ArcadeSession) WriteTransaction( work neo4j.TransactionWork, configurers ...func(*neo4j.TransactionConfig)) (interface{}, error) { transaction := &transaction{ run: func(cypher string,...