Skip to main content

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.

Python 3.10+ License: MIT PyPI version


Axon REPL


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@axon in 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

Axon Copilot

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

Axon VS Code Graph Panel


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:


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

axon_rag-0.2.0.tar.gz (1.7 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

axon_rag-0.2.0-cp313-cp313-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.13Windows x86-64

axon_rag-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

axon_rag-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

axon_rag-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

axon_rag-0.2.0-cp313-cp313-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

axon_rag-0.2.0-cp312-cp312-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.12Windows x86-64

axon_rag-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

axon_rag-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

axon_rag-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

axon_rag-0.2.0-cp312-cp312-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

axon_rag-0.2.0-cp311-cp311-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.11Windows x86-64

axon_rag-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

axon_rag-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

axon_rag-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

axon_rag-0.2.0-cp311-cp311-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

axon_rag-0.2.0-cp310-cp310-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.10Windows x86-64

axon_rag-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

axon_rag-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

axon_rag-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

axon_rag-0.2.0-cp310-cp310-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Hashes for axon_rag-0.2.0.tar.gz
Algorithm Hash digest
SHA256 209b759cad3f41c5d6577807a1d13f79b52e515dcc98cc530edc2c0180cdd78a
MD5 db98e074287fbf6396505e642d2efec4
BLAKE2b-256 0c7f10aeb13952c559e4dd906710dd99f4d6b816e06ab78972616161f027ea5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for axon_rag-0.2.0.tar.gz:

Publisher: release.yml on jyunming/Axon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

Hashes for axon_rag-0.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e1f605c3590068bda73a16310484e16333df6890358781d172995c25c0e96b36
MD5 e0c8139b26e50c11385e120741b3188b
BLAKE2b-256 0e144cb31fa080f269b33138dd00e0106b1b5cfb04af1563cd32a9099c614f97

See more details on using hashes here.

Provenance

The following attestation bundles were made for axon_rag-0.2.0-cp313-cp313-win_amd64.whl:

Publisher: release.yml on jyunming/Axon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file axon_rag-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for axon_rag-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1b2abaf4643b41f72971cace98ba0db49cb4a74b16fbcbc7e299a138ea385040
MD5 18d0093bb775c7635759d80938fff5a6
BLAKE2b-256 0efb650d3cca252805fcc6b2b13f633d254994d5f50ef42bacdf03c04fa0f83c

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file axon_rag-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for axon_rag-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 15d9cc4c8c6ea42be43cebd40d9d9b4f147c09b695fa09b0b2486d0df44127b4
MD5 03381ea9e58371260da26278397f83eb
BLAKE2b-256 9d4b5504214897f78d03af7206b382448b62871ae5cafd3a17bdb5f751bf9321

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file axon_rag-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for axon_rag-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 586095def6b3aff205f3506211a3529bdb73d916d59770b50fc98f13b7e9c95b
MD5 b06c5895d61319023875ae29f372324b
BLAKE2b-256 68eedd78950400fcb90b023126be21790d3ebbbe9303c7fd5ff2e99a02dec5ec

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file axon_rag-0.2.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for axon_rag-0.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 830d434779612c75ff7f7eb509af0e7880254d499a1ef637cf25e1676acff811
MD5 98027172f293d3cdca914cd7afeacfbe
BLAKE2b-256 1af1e555fd54120e9fe59f57efa1cb7a55da4cdd53cf628257d0f1495c1a75b4

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

Hashes for axon_rag-0.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 91ef42bf8b2ed2cde2a3810642cbc31c2c67b7c3df64ea1cb251e513deb9dff7
MD5 64aa57172d15b655abca6d09d963aeff
BLAKE2b-256 e650d78c02c89fc858dc814063c4575c89ff4d01a861877284c56f494baedab8

See more details on using hashes here.

Provenance

The following attestation bundles were made for axon_rag-0.2.0-cp312-cp312-win_amd64.whl:

Publisher: release.yml on jyunming/Axon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file axon_rag-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for axon_rag-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6efc5977921a777e91b74468d81358e857d97e13900731e0029297a71a6fa042
MD5 c0fa64e2e67a33797f5ec8775b37aeff
BLAKE2b-256 e9737a52b17481b04cbe4ae479d0e808116d5c1c78192ef9c7a26e6e2acf3c97

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file axon_rag-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for axon_rag-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9a6e81edee2c3f464f272bf6e3814caefa9ec1762af9cfc2c89b35e3ee389e62
MD5 29dee154fdfdfb09e679904c9aa6087b
BLAKE2b-256 b8abf5060ca7b83d24e5791c81e01a4be8b5f6ac6b5427811f667d9a0d654f71

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file axon_rag-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for axon_rag-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6687d6df5643eb0c4bd0491d7863f4495185928c8dd93aefc436fece934b095d
MD5 12597622edacea70d44c16b98c40ce1e
BLAKE2b-256 b4937bc553cbc0a6cef526fbda61b16fa55ae97657b523b3cf20f9d2ed28c52b

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file axon_rag-0.2.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for axon_rag-0.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f89be26a8ed493dd9f9dabcff3c60e249a0df496512cda0e3aea5b278de8640b
MD5 c362568493f9455f8a9ac60ed559472e
BLAKE2b-256 ec1101c72250e70b76383bf4287ca610e31acc51b1a78a7711e67419c274896a

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

Hashes for axon_rag-0.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ae9a25943afcc87b7c29e8c14f0dcbed00eb1e398e35941015c4ac0360ba1704
MD5 88346fc99902884cc15b3b4d825767cc
BLAKE2b-256 06b1a62bc7be3aed13c8007c1d3e8404dffa97c0877f408d47f1a09f00c46bce

See more details on using hashes here.

Provenance

The following attestation bundles were made for axon_rag-0.2.0-cp311-cp311-win_amd64.whl:

Publisher: release.yml on jyunming/Axon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file axon_rag-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for axon_rag-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1bdecb52aa3e0ee7dbdee71f922ea106eff5f60192ed5d94acabe7fc2670a440
MD5 e6115670146e0f60854e24baf85e0ce2
BLAKE2b-256 594cabf5f9d981986158795c437801e07bc409f45241bf00497d9ebe309754e2

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file axon_rag-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for axon_rag-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 70459874369dbe19486c7c30f4f0f14660221163b1bfc9fc5955e148cf161665
MD5 3cf662d570edb7ca16da783a9b3eaeb7
BLAKE2b-256 26cfa0f2246e760293d87baa8dae5a9ad4bacecafb356df1a50be0f8fbc734a3

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file axon_rag-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for axon_rag-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 56245af111735e79e5e07703dec93fc74ab0d5aeded014a212da268d81db5855
MD5 cbc058b9c32edf2347d04082c3e2b155
BLAKE2b-256 78ab4c3e09346fc2c376f23e90761c060ae23c82b9b83d886fcb7639f1a61c4d

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file axon_rag-0.2.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for axon_rag-0.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bcf0a2f16ec8b23c43eba97837169900d76d2bc04e8d9d599c0275c340d47276
MD5 8f852a5a415dca0e727d563e4f3075d9
BLAKE2b-256 914c14a6590772e97c8955991547fa93132170c129866aed73fab4b62c68fe3e

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

Hashes for axon_rag-0.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8e19162c663961d4dd367313533d4f15df4115d9b60b6ca8763376f1c398c309
MD5 bb9634adae6fdbda9e5d87ff769273cd
BLAKE2b-256 cf6f82d171e9aa3d189b3371ef6ae54052ab2418e694dc79f09bfa8c835dc946

See more details on using hashes here.

Provenance

The following attestation bundles were made for axon_rag-0.2.0-cp310-cp310-win_amd64.whl:

Publisher: release.yml on jyunming/Axon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file axon_rag-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for axon_rag-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 502b447e94052d336525f6aa63429fb869687879e4befb605b0f1f0407ccea8d
MD5 d21f13003ccddbeff8aa2fd92dad1700
BLAKE2b-256 621dbf486c620df620826c6ed8c572b6d5d96ae9bcd810ec9cfb3237a9a07611

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file axon_rag-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for axon_rag-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e67554c1ad22ba992aa6e6bebd2c5797fce3070b6f08339a21bbde3e81150f6d
MD5 cc317b6de8deda52780ad0248dc1b45e
BLAKE2b-256 96ac4ef1c9c8a7af2c063e08b023484f4a0d984b30f98e814f04f1cb3c1fe242

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file axon_rag-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for axon_rag-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9f38090ed616834179275e395e9eaf62c96a38b76944b79b893fc6c73b5bef74
MD5 38b1a9b409a2d39f44fe1efa2732e366
BLAKE2b-256 4d04d66a5b926bef3994072080bdb419928224e5d799305bc28f67e10c1c6cea

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file axon_rag-0.2.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for axon_rag-0.2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 51d1e84a2e90a95c9994ca5f8970220925ff8b649444dae467ed3ca14f0d7953
MD5 d1d94bdee06204fad4d5e07477a868af
BLAKE2b-256 fc9be6624e442e1cd568c06a76bf9f476e2316fa9ad2eed67a47560dc02a2985

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page