A comprehensive SDK for standardizing, processing, embedding, and retrieving data for AI applications
Project description
AI Data SDK by Zeebee
A comprehensive SDK for standardizing, processing, embedding, and retrieving data for AI applications.
Features
- Data ingestion from various sources
- Data validation and quality checks
- Metadata management for AI data
- Text embedding generation
- PII detection and masking
- Vector database connectors
- Drift detection and user feedback
Installation
pip install ai-data-sdk-zeebee
Usage
from ai_data_sdk import ingestion, embedding, vector_db
# Ingest data
data = ingestion.load_from_json("data.json")
# Generate embeddings
embeddings = embedding.create_embeddings(data)
# Store in vector DB
vector_db.store_vectors(embeddings)
Documentation
For full documentation, visit https://ai-data-sdk.readthedocs.io/
License
This project is licensed under the MIT License - see the LICENSE file for details.
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 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 ai_data_sdk_zeebee-0.1.0.tar.gz.
File metadata
- Download URL: ai_data_sdk_zeebee-0.1.0.tar.gz
- Upload date:
- Size: 47.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
988331b801e041d0e7fa793f636c11be4314b0220fe0356ad2ab24ff03d2b191
|
|
| MD5 |
f4d4b3f95a91c2d6315bec3472bc7c42
|
|
| BLAKE2b-256 |
3d8d69d24b943bbc106844c73aa612cd9aa993bf532ff2f28b17bdd10086ade8
|
File details
Details for the file ai_data_sdk_zeebee-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ai_data_sdk_zeebee-0.1.0-py3-none-any.whl
- Upload date:
- Size: 57.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b16ecd8d29717f243734e0cb9d2866ceef82a831b8e5e629aeddd7556153d606
|
|
| MD5 |
41804b084f45957df4da4f44f8538c9b
|
|
| BLAKE2b-256 |
4a8dd5c2e4c068e0ae12e69e5ae1f66119e9560f0771628169126cef197cf1d7
|