Verba
Verba copied to clipboard
Windows is not supported with EmbeddedDB. plz give solution for it because its not working even after WCS implementation
I'm encountering an error when trying to run Weaviate with the EmbeddedDB option on a Windows system. The error message indicates that Windows is not currently supported for this functionality. i have created a environment installed all the requirements then setup a llama 3 model after that when i am starting the verba, i am facing the issue of embeddingDB, for the solution i have created a sandbox cluster on WCS and copied the URL and API from there and then repeat the whole process but still facing the face issue of embedding
i have also provided the error below, Please can anyone help to resolve this issue
INFO: Will watch for changes in these directories: ['D:\projects\Verba Project\Verba']
INFO: Uvicorn running on http://localhost:8000 (Press CTRL+C to quit)
INFO: Started reloader process [12028] using WatchFiles
lora
barwa
ℹ Setting up client
ℹ Using Weaviate Embedded
Process SpawnProcess-1:
Traceback (most recent call last):
File "C:\Users\User\anaconda3\envs\envmenv\Lib\multiprocessing\process.py", line 314, in _bootstrap
self.run()
File "C:\Users\User\anaconda3\envs\envmenv\Lib\multiprocessing\process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\User\anaconda3\envs\envmenv\Lib\site-packages\uvicorn_subprocess.py", line 78, in subprocess_started
target(sockets=sockets)
File "C:\Users\User\anaconda3\envs\envmenv\Lib\site-packages\uvicorn\server.py", line 65, in run
return asyncio.run(self.serve(sockets=sockets))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\anaconda3\envs\envmenv\Lib\asyncio\runners.py", line 194, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "C:\Users\User\anaconda3\envs\envmenv\Lib\asyncio\runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\anaconda3\envs\envmenv\Lib\asyncio\base_events.py", line 687, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "C:\Users\User\anaconda3\envs\envmenv\Lib\site-packages\uvicorn\server.py", line 69, in serve
await self._serve(sockets)
File "C:\Users\User\anaconda3\envs\envmenv\Lib\site-packages\uvicorn\server.py", line 76, in serve
config.load()
File "C:\Users\User\anaconda3\envs\envmenv\Lib\site-packages\uvicorn\config.py", line 433, in load
self.loaded_app = import_from_string(self.app)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\anaconda3\envs\envmenv\Lib\site-packages\uvicorn\importer.py", line 19, in import_from_string
module = importlib.import_module(module_str)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\anaconda3\envs\envmenv\Lib\importlib_init.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "