GaiaNet-AI / gaianet-node

Install and run your own AI agent service
https://www.gaianet.ai/
GNU General Public License v3.0
4.85k stars 209 forks source link

Unable to initialize gaianet node | Qdrant process id not found #121

Open Manya-tech opened 1 month ago

Manya-tech commented 1 month ago

Everything was working fine but suddenly I got the message "gaianet/bin/gaianet: line 455: kill: (14021) - No such process" while trying to initialize a gaianet node after adding the url of my own snapshot in the config. I have done so before and did not encounter any problem and was able to run gaianet node with different data and prompts. It suddenly happened. I restarted the process and still faced error. Then I reinstalled gaianet but the error still persists. I have tried many things. I even opened the gaianet file in the bin directory to understand where the problem was coming from. I am using WSL2 on Windows11.

Expected Behaviour: Gaianet Node gets initialized successfully.

Observed Behaviour: No process id for qdrant can be found.

image

apepkuss commented 1 month ago

@Manya-tech Could you please provide the results of the following commands? Thanks!

# Version of gaianet CLI tool
gaianet --version

# Version of WasmEdge Runtime
wasmedge --version

# Version of rag-api-server
wasmedge rag-api-server.wasm -V