raid-guild / gaianet-rag-api-pipeline

Supercharge your Gaianet node by generating a vector knowledge base from any API. Demo slides: https://hackmd.io/@santteegt/ByoykY4nC#/ Link to Docs below
https://raid-guild.github.io/gaianet-rag-api-pipeline/
MIT License
1 stars 0 forks source link

Explore Gaia tools for generating embeddings #44

Closed santteegt closed 1 week ago

santteegt commented 1 month ago

Explore available tools/node settings to make Gaia the primary provider for generating embeddings.

santteegt commented 1 week ago

Cons of using current Gaianet rag tools:

santteegt commented 1 week ago

Work done:

Solution:

cd $HOME/gaianet
wasmedge --dir .:./dashboard --env NODE_VERSION=0.4.7 \
  --nn-preload embedding:GGML:AUTO:nomic-embed-text-v1.5.f16.gguf llama-api-server.wasm \
  --model-name Nomic-embed-text-v1.5 --model-alias embedding --prompt-template embedding \
  --ctx-size 8192 --batch-size 768 --web-ui ./ --socket-addr 0.0.0.0:8080