General-purpose open-source RAG engine with multi-LLM, hybrid retrieval, GraphRAG, and MCP support
Project description
axon-rag
Your documents, answerable. On your hardware.
Drop in PDFs, code, spreadsheets, or URLs — ask anything, get cited answers from a local LLM. Nothing leaves your machine.
Why Axon?
Most RAG tools make you choose between cloud power and data privacy. Axon can run entirely on your hardware — full capability, zero egress in local-only mode.
- Private by default — by default, inference runs locally via Ollama. No API key required, no upload, no telemetry. Cloud providers (OpenAI, Gemini, Grok, vLLM, GitHub Copilot) are also supported via API keys.
- Ingest anything — 54 file formats (PDF, DOCX, PPTX, Jupyter, code, images, URLs) with SHA-256 dedup.
- Works in your tools —
@axonin Copilot Chat, MCP server for Claude Code / Codex / Gemini CLI / Cursor, Graph panel in VS Code. - Built for teams — share your knowledge base with signed, revocable read-only keys.
- Production-grade retrieval — hybrid search, reranking, HyDE, multi-query expansion, RAPTOR, GraphRAG.
Install
pip install axon-rag
Requires Python 3.10+. For local inference with the default config you'll also need Ollama running locally; cloud providers (OpenAI, Gemini, Grok, vLLM, GitHub Copilot) work via API keys and do not require Ollama.
Optional extras
pip install axon-rag[ui] # Streamlit web UI (axon-ui)
pip install axon-rag[chroma] # ChromaDB vector store
pip install axon-rag[qdrant] # Qdrant vector store
pip install axon-rag[graphrag] # GraphRAG (networkx + leidenalg)
pip install axon-rag[loaders] # Extra file loaders (EPUB, RTF, email)
pip install axon-rag[all] # Everything above
Quick Start
# Pull a model (first time only)
ollama pull llama3.2
# Launch the interactive REPL
axon
# Ingest a file or folder
axon ingest ~/docs/myreport.pdf
axon ingest ~/projects/myrepo/
# Ask a question
axon query "What are the key findings?"
Entry Points
| Command | What it does |
|---|---|
axon |
Interactive REPL — day-to-day exploration |
axon-api |
FastAPI REST server on port 8000 |
axon-mcp |
MCP stdio server — 30 tools for Claude Code, Codex, Gemini CLI, Cursor |
axon-ui |
Streamlit web UI on port 8501 (requires [ui] extra) |
axon-ext |
Install the bundled VS Code extension |
VS Code Extension
Install the bundled extension to get the @axon chat participant, Knowledge Graph panel, Code Graph panel, and Governance dashboard directly inside VS Code alongside GitHub Copilot:
axon-ext
MCP Server
Connect any MCP-compatible agent to your local knowledge base:
{
"servers": {
"axon": {
"command": "axon-mcp"
}
}
}
30 tools available: ingest, query, search, project management, graph operations, sharing, and more.
Configuration
On first run, Axon creates ~/.config/axon/config.yaml. Key settings:
llm:
provider: ollama # ollama | openai | gemini | grok | vllm | ollama_cloud | github_copilot
model: llama3.2
base_url: http://localhost:11434
embedding:
provider: sentence_transformers
model: BAAI/bge-small-en-v1.5
rag:
top_k: 5
hybrid: true
rerank: false
hyde: false
Documentation
Full documentation is available on GitHub:
- Getting Started — first-time walkthrough
- Setup Guide — install, models, VS Code, MCP
- Admin Reference — every endpoint, command, and config option
- Advanced RAG — HyDE, RAPTOR, GraphRAG, CRAG-Lite
- Troubleshooting — common errors and fixes
License
MIT — see LICENSE
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
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 axon_rag-0.2.0.tar.gz.
File metadata
- Download URL: axon_rag-0.2.0.tar.gz
- Upload date:
- Size: 1.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
209b759cad3f41c5d6577807a1d13f79b52e515dcc98cc530edc2c0180cdd78a
|
|
| MD5 |
db98e074287fbf6396505e642d2efec4
|
|
| BLAKE2b-256 |
0c7f10aeb13952c559e4dd906710dd99f4d6b816e06ab78972616161f027ea5d
|
Provenance
The following attestation bundles were made for axon_rag-0.2.0.tar.gz:
Publisher:
release.yml on jyunming/Axon
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
axon_rag-0.2.0.tar.gz -
Subject digest:
209b759cad3f41c5d6577807a1d13f79b52e515dcc98cc530edc2c0180cdd78a - Sigstore transparency entry: 1357178348
- Sigstore integration time:
-
Permalink:
jyunming/Axon@c32889a8caabea5c6412ea10836a2bdfb13ac118 -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/jyunming
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@c32889a8caabea5c6412ea10836a2bdfb13ac118 -
Trigger Event:
push
-
Statement type:
File details
Details for the file axon_rag-0.2.0-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: axon_rag-0.2.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1f605c3590068bda73a16310484e16333df6890358781d172995c25c0e96b36
|
|
| MD5 |
e0c8139b26e50c11385e120741b3188b
|
|
| BLAKE2b-256 |
0e144cb31fa080f269b33138dd00e0106b1b5cfb04af1563cd32a9099c614f97
|
Provenance
The following attestation bundles were made for axon_rag-0.2.0-cp313-cp313-win_amd64.whl:
Publisher:
release.yml on jyunming/Axon
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
axon_rag-0.2.0-cp313-cp313-win_amd64.whl -
Subject digest:
e1f605c3590068bda73a16310484e16333df6890358781d172995c25c0e96b36 - Sigstore transparency entry: 1357166145
- Sigstore integration time:
-
Permalink:
jyunming/Axon@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/jyunming
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Trigger Event:
push
-
Statement type:
File details
Details for the file axon_rag-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: axon_rag-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b2abaf4643b41f72971cace98ba0db49cb4a74b16fbcbc7e299a138ea385040
|
|
| MD5 |
18d0093bb775c7635759d80938fff5a6
|
|
| BLAKE2b-256 |
0efb650d3cca252805fcc6b2b13f633d254994d5f50ef42bacdf03c04fa0f83c
|
Provenance
The following attestation bundles were made for axon_rag-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl:
Publisher:
release.yml on jyunming/Axon
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
axon_rag-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl -
Subject digest:
1b2abaf4643b41f72971cace98ba0db49cb4a74b16fbcbc7e299a138ea385040 - Sigstore transparency entry: 1357166190
- Sigstore integration time:
-
Permalink:
jyunming/Axon@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/jyunming
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Trigger Event:
push
-
Statement type:
File details
Details for the file axon_rag-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: axon_rag-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15d9cc4c8c6ea42be43cebd40d9d9b4f147c09b695fa09b0b2486d0df44127b4
|
|
| MD5 |
03381ea9e58371260da26278397f83eb
|
|
| BLAKE2b-256 |
9d4b5504214897f78d03af7206b382448b62871ae5cafd3a17bdb5f751bf9321
|
Provenance
The following attestation bundles were made for axon_rag-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on jyunming/Axon
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
axon_rag-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
15d9cc4c8c6ea42be43cebd40d9d9b4f147c09b695fa09b0b2486d0df44127b4 - Sigstore transparency entry: 1357166114
- Sigstore integration time:
-
Permalink:
jyunming/Axon@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/jyunming
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Trigger Event:
push
-
Statement type:
File details
Details for the file axon_rag-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: axon_rag-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
586095def6b3aff205f3506211a3529bdb73d916d59770b50fc98f13b7e9c95b
|
|
| MD5 |
b06c5895d61319023875ae29f372324b
|
|
| BLAKE2b-256 |
68eedd78950400fcb90b023126be21790d3ebbbe9303c7fd5ff2e99a02dec5ec
|
Provenance
The following attestation bundles were made for axon_rag-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release.yml on jyunming/Axon
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
axon_rag-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
586095def6b3aff205f3506211a3529bdb73d916d59770b50fc98f13b7e9c95b - Sigstore transparency entry: 1357166119
- Sigstore integration time:
-
Permalink:
jyunming/Axon@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/jyunming
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Trigger Event:
push
-
Statement type:
File details
Details for the file axon_rag-0.2.0-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: axon_rag-0.2.0-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
830d434779612c75ff7f7eb509af0e7880254d499a1ef637cf25e1676acff811
|
|
| MD5 |
98027172f293d3cdca914cd7afeacfbe
|
|
| BLAKE2b-256 |
1af1e555fd54120e9fe59f57efa1cb7a55da4cdd53cf628257d0f1495c1a75b4
|
Provenance
The following attestation bundles were made for axon_rag-0.2.0-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
release.yml on jyunming/Axon
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
axon_rag-0.2.0-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
830d434779612c75ff7f7eb509af0e7880254d499a1ef637cf25e1676acff811 - Sigstore transparency entry: 1357166137
- Sigstore integration time:
-
Permalink:
jyunming/Axon@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/jyunming
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Trigger Event:
push
-
Statement type:
File details
Details for the file axon_rag-0.2.0-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: axon_rag-0.2.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91ef42bf8b2ed2cde2a3810642cbc31c2c67b7c3df64ea1cb251e513deb9dff7
|
|
| MD5 |
64aa57172d15b655abca6d09d963aeff
|
|
| BLAKE2b-256 |
e650d78c02c89fc858dc814063c4575c89ff4d01a861877284c56f494baedab8
|
Provenance
The following attestation bundles were made for axon_rag-0.2.0-cp312-cp312-win_amd64.whl:
Publisher:
release.yml on jyunming/Axon
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
axon_rag-0.2.0-cp312-cp312-win_amd64.whl -
Subject digest:
91ef42bf8b2ed2cde2a3810642cbc31c2c67b7c3df64ea1cb251e513deb9dff7 - Sigstore transparency entry: 1357166212
- Sigstore integration time:
-
Permalink:
jyunming/Axon@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/jyunming
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Trigger Event:
push
-
Statement type:
File details
Details for the file axon_rag-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: axon_rag-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6efc5977921a777e91b74468d81358e857d97e13900731e0029297a71a6fa042
|
|
| MD5 |
c0fa64e2e67a33797f5ec8775b37aeff
|
|
| BLAKE2b-256 |
e9737a52b17481b04cbe4ae479d0e808116d5c1c78192ef9c7a26e6e2acf3c97
|
Provenance
The following attestation bundles were made for axon_rag-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl:
Publisher:
release.yml on jyunming/Axon
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
axon_rag-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl -
Subject digest:
6efc5977921a777e91b74468d81358e857d97e13900731e0029297a71a6fa042 - Sigstore transparency entry: 1357166197
- Sigstore integration time:
-
Permalink:
jyunming/Axon@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/jyunming
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Trigger Event:
push
-
Statement type:
File details
Details for the file axon_rag-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: axon_rag-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a6e81edee2c3f464f272bf6e3814caefa9ec1762af9cfc2c89b35e3ee389e62
|
|
| MD5 |
29dee154fdfdfb09e679904c9aa6087b
|
|
| BLAKE2b-256 |
b8abf5060ca7b83d24e5791c81e01a4be8b5f6ac6b5427811f667d9a0d654f71
|
Provenance
The following attestation bundles were made for axon_rag-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on jyunming/Axon
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
axon_rag-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
9a6e81edee2c3f464f272bf6e3814caefa9ec1762af9cfc2c89b35e3ee389e62 - Sigstore transparency entry: 1357166165
- Sigstore integration time:
-
Permalink:
jyunming/Axon@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/jyunming
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Trigger Event:
push
-
Statement type:
File details
Details for the file axon_rag-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: axon_rag-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6687d6df5643eb0c4bd0491d7863f4495185928c8dd93aefc436fece934b095d
|
|
| MD5 |
12597622edacea70d44c16b98c40ce1e
|
|
| BLAKE2b-256 |
b4937bc553cbc0a6cef526fbda61b16fa55ae97657b523b3cf20f9d2ed28c52b
|
Provenance
The following attestation bundles were made for axon_rag-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release.yml on jyunming/Axon
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
axon_rag-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
6687d6df5643eb0c4bd0491d7863f4495185928c8dd93aefc436fece934b095d - Sigstore transparency entry: 1357166105
- Sigstore integration time:
-
Permalink:
jyunming/Axon@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/jyunming
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Trigger Event:
push
-
Statement type:
File details
Details for the file axon_rag-0.2.0-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: axon_rag-0.2.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f89be26a8ed493dd9f9dabcff3c60e249a0df496512cda0e3aea5b278de8640b
|
|
| MD5 |
c362568493f9455f8a9ac60ed559472e
|
|
| BLAKE2b-256 |
ec1101c72250e70b76383bf4287ca610e31acc51b1a78a7711e67419c274896a
|
Provenance
The following attestation bundles were made for axon_rag-0.2.0-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
release.yml on jyunming/Axon
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
axon_rag-0.2.0-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
f89be26a8ed493dd9f9dabcff3c60e249a0df496512cda0e3aea5b278de8640b - Sigstore transparency entry: 1357166182
- Sigstore integration time:
-
Permalink:
jyunming/Axon@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/jyunming
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Trigger Event:
push
-
Statement type:
File details
Details for the file axon_rag-0.2.0-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: axon_rag-0.2.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae9a25943afcc87b7c29e8c14f0dcbed00eb1e398e35941015c4ac0360ba1704
|
|
| MD5 |
88346fc99902884cc15b3b4d825767cc
|
|
| BLAKE2b-256 |
06b1a62bc7be3aed13c8007c1d3e8404dffa97c0877f408d47f1a09f00c46bce
|
Provenance
The following attestation bundles were made for axon_rag-0.2.0-cp311-cp311-win_amd64.whl:
Publisher:
release.yml on jyunming/Axon
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
axon_rag-0.2.0-cp311-cp311-win_amd64.whl -
Subject digest:
ae9a25943afcc87b7c29e8c14f0dcbed00eb1e398e35941015c4ac0360ba1704 - Sigstore transparency entry: 1357166155
- Sigstore integration time:
-
Permalink:
jyunming/Axon@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/jyunming
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Trigger Event:
push
-
Statement type:
File details
Details for the file axon_rag-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: axon_rag-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1bdecb52aa3e0ee7dbdee71f922ea106eff5f60192ed5d94acabe7fc2670a440
|
|
| MD5 |
e6115670146e0f60854e24baf85e0ce2
|
|
| BLAKE2b-256 |
594cabf5f9d981986158795c437801e07bc409f45241bf00497d9ebe309754e2
|
Provenance
The following attestation bundles were made for axon_rag-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl:
Publisher:
release.yml on jyunming/Axon
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
axon_rag-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl -
Subject digest:
1bdecb52aa3e0ee7dbdee71f922ea106eff5f60192ed5d94acabe7fc2670a440 - Sigstore transparency entry: 1357166242
- Sigstore integration time:
-
Permalink:
jyunming/Axon@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/jyunming
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Trigger Event:
push
-
Statement type:
File details
Details for the file axon_rag-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: axon_rag-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70459874369dbe19486c7c30f4f0f14660221163b1bfc9fc5955e148cf161665
|
|
| MD5 |
3cf662d570edb7ca16da783a9b3eaeb7
|
|
| BLAKE2b-256 |
26cfa0f2246e760293d87baa8dae5a9ad4bacecafb356df1a50be0f8fbc734a3
|
Provenance
The following attestation bundles were made for axon_rag-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on jyunming/Axon
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
axon_rag-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
70459874369dbe19486c7c30f4f0f14660221163b1bfc9fc5955e148cf161665 - Sigstore transparency entry: 1357166246
- Sigstore integration time:
-
Permalink:
jyunming/Axon@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/jyunming
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Trigger Event:
push
-
Statement type:
File details
Details for the file axon_rag-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: axon_rag-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56245af111735e79e5e07703dec93fc74ab0d5aeded014a212da268d81db5855
|
|
| MD5 |
cbc058b9c32edf2347d04082c3e2b155
|
|
| BLAKE2b-256 |
78ab4c3e09346fc2c376f23e90761c060ae23c82b9b83d886fcb7639f1a61c4d
|
Provenance
The following attestation bundles were made for axon_rag-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release.yml on jyunming/Axon
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
axon_rag-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
56245af111735e79e5e07703dec93fc74ab0d5aeded014a212da268d81db5855 - Sigstore transparency entry: 1357166205
- Sigstore integration time:
-
Permalink:
jyunming/Axon@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/jyunming
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Trigger Event:
push
-
Statement type:
File details
Details for the file axon_rag-0.2.0-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: axon_rag-0.2.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcf0a2f16ec8b23c43eba97837169900d76d2bc04e8d9d599c0275c340d47276
|
|
| MD5 |
8f852a5a415dca0e727d563e4f3075d9
|
|
| BLAKE2b-256 |
914c14a6590772e97c8955991547fa93132170c129866aed73fab4b62c68fe3e
|
Provenance
The following attestation bundles were made for axon_rag-0.2.0-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
release.yml on jyunming/Axon
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
axon_rag-0.2.0-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
bcf0a2f16ec8b23c43eba97837169900d76d2bc04e8d9d599c0275c340d47276 - Sigstore transparency entry: 1357166172
- Sigstore integration time:
-
Permalink:
jyunming/Axon@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/jyunming
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Trigger Event:
push
-
Statement type:
File details
Details for the file axon_rag-0.2.0-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: axon_rag-0.2.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e19162c663961d4dd367313533d4f15df4115d9b60b6ca8763376f1c398c309
|
|
| MD5 |
bb9634adae6fdbda9e5d87ff769273cd
|
|
| BLAKE2b-256 |
cf6f82d171e9aa3d189b3371ef6ae54052ab2418e694dc79f09bfa8c835dc946
|
Provenance
The following attestation bundles were made for axon_rag-0.2.0-cp310-cp310-win_amd64.whl:
Publisher:
release.yml on jyunming/Axon
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
axon_rag-0.2.0-cp310-cp310-win_amd64.whl -
Subject digest:
8e19162c663961d4dd367313533d4f15df4115d9b60b6ca8763376f1c398c309 - Sigstore transparency entry: 1357166231
- Sigstore integration time:
-
Permalink:
jyunming/Axon@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/jyunming
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Trigger Event:
push
-
Statement type:
File details
Details for the file axon_rag-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: axon_rag-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
502b447e94052d336525f6aa63429fb869687879e4befb605b0f1f0407ccea8d
|
|
| MD5 |
d21f13003ccddbeff8aa2fd92dad1700
|
|
| BLAKE2b-256 |
621dbf486c620df620826c6ed8c572b6d5d96ae9bcd810ec9cfb3237a9a07611
|
Provenance
The following attestation bundles were made for axon_rag-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl:
Publisher:
release.yml on jyunming/Axon
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
axon_rag-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl -
Subject digest:
502b447e94052d336525f6aa63429fb869687879e4befb605b0f1f0407ccea8d - Sigstore transparency entry: 1357166177
- Sigstore integration time:
-
Permalink:
jyunming/Axon@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/jyunming
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Trigger Event:
push
-
Statement type:
File details
Details for the file axon_rag-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: axon_rag-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e67554c1ad22ba992aa6e6bebd2c5797fce3070b6f08339a21bbde3e81150f6d
|
|
| MD5 |
cc317b6de8deda52780ad0248dc1b45e
|
|
| BLAKE2b-256 |
96ac4ef1c9c8a7af2c063e08b023484f4a0d984b30f98e814f04f1cb3c1fe242
|
Provenance
The following attestation bundles were made for axon_rag-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on jyunming/Axon
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
axon_rag-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
e67554c1ad22ba992aa6e6bebd2c5797fce3070b6f08339a21bbde3e81150f6d - Sigstore transparency entry: 1357166159
- Sigstore integration time:
-
Permalink:
jyunming/Axon@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/jyunming
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Trigger Event:
push
-
Statement type:
File details
Details for the file axon_rag-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: axon_rag-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f38090ed616834179275e395e9eaf62c96a38b76944b79b893fc6c73b5bef74
|
|
| MD5 |
38b1a9b409a2d39f44fe1efa2732e366
|
|
| BLAKE2b-256 |
4d04d66a5b926bef3994072080bdb419928224e5d799305bc28f67e10c1c6cea
|
Provenance
The following attestation bundles were made for axon_rag-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release.yml on jyunming/Axon
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
axon_rag-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
9f38090ed616834179275e395e9eaf62c96a38b76944b79b893fc6c73b5bef74 - Sigstore transparency entry: 1357166237
- Sigstore integration time:
-
Permalink:
jyunming/Axon@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/jyunming
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Trigger Event:
push
-
Statement type:
File details
Details for the file axon_rag-0.2.0-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: axon_rag-0.2.0-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51d1e84a2e90a95c9994ca5f8970220925ff8b649444dae467ed3ca14f0d7953
|
|
| MD5 |
d1d94bdee06204fad4d5e07477a868af
|
|
| BLAKE2b-256 |
fc9be6624e442e1cd568c06a76bf9f476e2316fa9ad2eed67a47560dc02a2985
|
Provenance
The following attestation bundles were made for axon_rag-0.2.0-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
release.yml on jyunming/Axon
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
axon_rag-0.2.0-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
51d1e84a2e90a95c9994ca5f8970220925ff8b649444dae467ed3ca14f0d7953 - Sigstore transparency entry: 1357166130
- Sigstore integration time:
-
Permalink:
jyunming/Axon@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/jyunming
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b6b3d411a0b96e059dc09bb5c220754f61523329 -
Trigger Event:
push
-
Statement type: