five

gaianet/vitalik.eth

收藏
Hugging Face2024-03-23 更新2024-06-11 收录
下载链接:
https://hf-mirror.com/datasets/gaianet/vitalik.eth
下载链接
链接失效反馈
官方服务:
资源简介:
--- license: apache-2.0 --- Prepare Qdrant: ``` mkdir qdrant_storage mkdir qdrant_snapshots ``` Start Qdrant: ``` docker run -d -p 6333:6333 -p 6334:6334 \ -v $(pwd)/qdrant_storage:/qdrant/storage:z \ -v $(pwd)/qdrant_snapshots:/qdrant/snapshots:z \ qdrant/qdrant ``` Create collection: ``` curl -X PUT 'http://localhost:6333/collections/vitalik.eth' \ -H 'Content-Type: application/json' \ --data-raw '{ "vectors": { "size": 384, "distance": "Cosine", "on_disk": true } }' ``` Query collection: ``` curl 'http://localhost:6333/collections/vitalik.eth' ``` Optional: delete collection ``` curl -X DELETE 'http://localhost:6333/collections/vitalik.eth' ``` Get embedding model: ``` curl -LO https://huggingface.co/second-state/All-MiniLM-L6-v2-Embedding-GGUF/resolve/main/all-MiniLM-L6-v2-ggml-model-f16.gguf ``` Get the embedding app: ``` curl -LO https://raw.githubusercontent.com/YuanTony/chemistry-assistant/main/rag-embeddings/create_embeddings.wasm ``` Create and save the generated embeddings: ``` wasmedge --dir .:. --nn-preload default:GGML:AUTO:all-MiniLM-L6-v2-ggml-model-f16.gguf create_embeddings.wasm default vitalik.eth 384 vitalik-eth.txt ``` Check the results: ``` curl 'http://localhost:6333/collections/vitalik.eth' ``` Create snapshot: ``` curl -X POST 'http://localhost:6333/collections/vitalik.eth/snapshots' ``` Access the snapshots: ``` ls qdrant_snapshots/vitalik.eth/ ```
提供机构:
gaianet
原始信息汇总

数据集概述

数据集许可证

  • 许可证: Apache-2.0

数据集操作流程

  1. 环境准备

    • 创建存储目录:mkdir qdrant_storagemkdir qdrant_snapshots
  2. 启动服务

    • 使用Docker启动Qdrant服务,映射端口和存储目录。
  3. 创建集合

    • 使用HTTP请求创建名为vitalik.eth的集合,设置向量大小为384,距离计算方式为余弦距离,存储方式为磁盘存储。
  4. 查询集合

    • 通过HTTP请求查询vitalik.eth集合。
  5. 删除集合(可选)

    • 通过HTTP请求删除vitalik.eth集合。
  6. 获取嵌入模型

    • 下载嵌入模型文件all-MiniLM-L6-v2-ggml-model-f16.gguf
  7. 获取嵌入应用

    • 下载嵌入应用create_embeddings.wasm
  8. 生成并保存嵌入

    • 使用WasmEdge运行嵌入应用,生成并保存嵌入到vitalik-eth.txt
  9. 检查结果

    • 再次查询vitalik.eth集合以检查结果。
  10. 创建快照

    • vitalik.eth集合创建快照。
  11. 访问快照

    • 列出qdrant_snapshots/vitalik.eth/目录下的快照文件。
5,000+
优质数据集
54 个
任务类型
进入经典数据集
二维码
社区交流群

面向社区/商业的数据集话题

二维码
科研交流群

面向高校/科研机构的开源数据集话题

数据驱动未来

携手共赢发展

商业合作