A utility package for RAG operations
Project description
项目启动
全局安装 poetry
pip install poetry
然后在项目根目录下执行以下命令管理依赖
# 安装所有依赖
poetry install
# 添加新依赖
poetry add requests
poetry add pytest --group dev
# 更新依赖
poetry update
# 移除依赖
poetry remove requests
本地测试
# 运行测试
poetry run pytest
# 带覆盖率报告
poetry run pytest --cov
# 查看HTML格式的覆盖率报告
poetry run pytest --cov --cov-report=html
open htmlcov/index.html
构建并发布
poetry run build
poetry publish
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
whiskerrag-0.0.1a1.tar.gz
(4.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file whiskerrag-0.0.1a1.tar.gz.
File metadata
- Download URL: whiskerrag-0.0.1a1.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.10.11 Darwin/23.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
136f46a9673d6a1ed2bfa6c4cf7ea0b72abe3bca26e7c09d53ce07133c6e4555
|
|
| MD5 |
74b75e5e77958e72560ed1334f3bf69d
|
|
| BLAKE2b-256 |
797c014dc53b2b72be90b51c8e02b98b3ddc371d6e6e224aead9e30bba223a24
|
File details
Details for the file whiskerrag-0.0.1a1-py3-none-any.whl.
File metadata
- Download URL: whiskerrag-0.0.1a1-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.10.11 Darwin/23.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd040f81b2d7b822401099b565186f8563defdb6757977c4045712d15bd3a236
|
|
| MD5 |
3347b8a63ae38ea0d804a73a42a17340
|
|
| BLAKE2b-256 |
72c1e551d8c6cdc5271e166b271a8b4662188619b6cb2a68bdb24723115b0242
|