RAG (Retrieval-Augmented Generation) for Zeta MLX
Project description
zeta-mlx-rag
RAG (Retrieval-Augmented Generation) pipeline for Zeta MLX.
Installation
pip install zeta-mlx-rag
Features
- Document Processing: Text chunking and preprocessing
- Embeddings: Integration with zeta-mlx-embedding
- Retrieval: Vector similarity search
- Generation: Context-aware LLM responses
Usage
from zeta_mlx.rag import RAGPipeline
pipeline = RAGPipeline(
embedding_model="bge-m3",
llm_model="qwen3-8b"
)
# Add documents
pipeline.add_documents(["doc1.txt", "doc2.txt"])
# Query
response = pipeline.query("What is MLX?")
Links
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
zeta_mlx_rag-0.3.2.tar.gz
(6.6 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 zeta_mlx_rag-0.3.2.tar.gz.
File metadata
- Download URL: zeta_mlx_rag-0.3.2.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.14.0 Darwin/25.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
348ba27bf8f845b68e71028dfc0ff10e5d6e68c08310b31e8262ed345b093e50
|
|
| MD5 |
8620f433972a531a51b8e008b0a5b6c7
|
|
| BLAKE2b-256 |
8c5a51990eab9f9d28181503fa219b177bb33dde6d9028552d9d518bc9a3526a
|
File details
Details for the file zeta_mlx_rag-0.3.2-py3-none-any.whl.
File metadata
- Download URL: zeta_mlx_rag-0.3.2-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.14.0 Darwin/25.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
218bd0067402181b6ca0a08ca53e2b30ac83d0482392b54494ef0f080abf5854
|
|
| MD5 |
ae17372e20a3790608957eaae53f1bf2
|
|
| BLAKE2b-256 |
1c5958592544038ed1ada6f81b32b5ec6eadb22bd3ef026ffa485024e8477077
|