Tony Ivanova

Results 7 comments of Tony Ivanova

I'm having the same issue. `~/privateGPT$ nvcc --version nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2024 NVIDIA Corporation Built on Tue_Feb_27_16:19:38_PST_2024 Cuda compilation tools, release 12.4, V12.4.99 Build cuda_12.4.r12.4/compiler.33961263_0`

OK, you literally need to update your drivers. If you're using WSL like I do - just go to (in Windows) https://www.nvidia.com/en-us/geforce/drivers/, download automatic driver update etc. Don't forget to...

@petercat-assistant, how would you approach custom layout adjustment in this case? Could you, please, give a basic example? Also is it possible to set x and y positions for combos...

This approach doesn't work because `updateCombo` doesn't exist. Can someone else help me with this issue?

Thanks for your answer! Temporary workaround that worked for me is to initially set `collapsed: false` and then on `grapch.on('afterrender')` collapse all combos. ``` graph.on('afterrender', () => { graph.getComboData()?.forEach((combo) =>...

@iturn did you find solution for this?