Skip to content

Commit

Permalink
Merge pull request #115 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 e82fff3 + c8c1186 commit e4bf3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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/eigenlayerKannan/resolve/main/eigen_vectors.csv
curl -LO https://huggingface.co/datasets/gaianet/paris/resolve/main/paris.csv
wasmedge --dir .:. \
--nn-preload embedding:GGML:AUTO:nomic-embed-text-v1.5.f16.gguf \
Expand Down

0 comments on commit e4bf3c0

Please sign in to comment.