Closed santteegt closed 1 week ago
Cons of using current Gaianet rag tools:
/v1/embeddings
)Work done:
gaianet
execution scriptllama-api-server
component
llama-core
packageSolution:
llama-api-server
(included in the gaianet node) in embeddings-only mode (a.k.a embeddings running mode):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
Explore available tools/node settings to make Gaia the primary provider for generating embeddings.
[x] The aim to find the most lightweight solution to use an embeddings model for text-to-vector-embeddings using Gaia tooling.
[x] List the pro/cons of potential solutions
Available tools: