Support UWP platform
Describe the bug
I'm looking to build a RAG retrieval system on the universal windows platform, using a .gguf embedded model. The retrieval works fine in the unity editor, but when generating for deployment on a UWP platform, it doesn't work and gets stuck at the first step of the rag.Search(message, 1). I checked llmCaller.llm.model and it displays the correct model name.
Steps to reproduce
No response
LLMUnity version
No response
Operating System
None
Hi! I haven't worked or tested with UWP yet. The supported platforms are: Windows, Linux, macOS, iOS and Android. I'm modifying the bug label to enhancement.
Thank you, I'd also like to find out what .dll file was used in the search, and if it's possible that there's no corresponding format.
The search DLL can be found here: LLMUnity/Resources/usearch/windows/libusearch_c.dll
Hello, undreamai_windows-noavx.dll seems to be in Win32 format, is it possible to generate one in ARM64 format, thank you very much. Error at runtime: System.DllNotFoundException: Unable to load DLL 'undreamai_windows-noavx'. Tried the load the following dynamic libraries: Unable to load dynamic library 'undreamai_windows-noavx' because of 'Failed to open the requested Unable to load dynamic library 'undreamai_windows-noavx' because of 'Failed to open the requested dynamic library (0x06000000) - %1 is not a valid Win32 application.