Skip to content

Commit

Permalink
Merge pull request #114 from GaiaNet-AI/alabulei1-patch-1
Browse files Browse the repository at this point in the history
Update csv.md
  • Loading branch information
juntao authored Feb 4, 2025
2 parents 6094a01 + 2dc36c7 commit e82fff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/knowledge-bases/how-to/csv.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Next, you can run the program by passing a collection name, vector dimension, an
The `--ctx_size` option matches the embedding model's context window size, which in this case is 8192 tokens allowing it to process long sections of text. Make sure that Qdrant is running on your local machine. The model is preloaded under the name embedding. The wasm app then uses the embedding model to create the 768-dimension vectors from `paris.csv` and saves them into the default collection.

```
curl -LO https://huggingface.co/datasets/gaianet/paris/raw/main/paris.csv
curl -LO https://huggingface.co/datasets/gaianet/eigenlayerKannan/resolve/main/eigen_vectors.csv
wasmedge --dir .:. \
--nn-preload embedding:GGML:AUTO:nomic-embed-text-v1.5.f16.gguf \
Expand Down Expand Up @@ -125,4 +125,4 @@ Finally, upload the `my.snapshot.tar.gz` file to Huggingface so that the [Gaia n
## Next steps

* [Start](../../getting-started/quick-start) a new Gaia node
* [Customize](../../getting-started/customize) the Gaia node
* [Customize](../../getting-started/customize) the Gaia node

0 comments on commit e82fff3

Please sign in to comment.