Python client library for AkasicDB, a Vector-Graph-Relational DBMS based on PostgreSQL
Project description
AkasicDB Python Client
akasicdb is the official Python SDK for AkasicDB.
akasicdb supports Django, SQLAlchemy, and Psycopg3.
Compatibility
The following collection shows AkasicDB versions and recommended akasicdb versions:
| AkasicDB version | Recommended akasicdb version |
|---|---|
| 0.1.* | 0.1.* |
| 0.2.* | 0.2.* |
| 1.0.* | 1.0.* |
Installation
You can install akasicdb via pip or pip3 for Python 3.11+:
# install with all features
$ pip3 install --extra-index-url https://test.pypi.org/simple "akasicdb[all]"
# basic sdk usage
$ pip3 install --extra-index-url https://test.pypi.org/simple "akasicdb[sdk]"
You can install a specific version of akasicdb by:
$ pip3 install --extra-index-url https://test.pypi.org/simple akasicdb==0.2.0a1.dev1
You can upgrade akasicdb to the latest version by:
$ pip3 install --extra-index-url https://test.pypi.org/simple --upgrade akasicdb
License
Please see LICENSE.
Contact
Please e-mail test-akasicdb [at] graphai [dot] io.
Acknowledgement
akasicdb source code is based on pgvecto.rs-py and pgvector-python.
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
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 akasicdb-1.0.0.tar.gz.
File metadata
- Download URL: akasicdb-1.0.0.tar.gz
- Upload date:
- Size: 47.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f7a5cf752e57932083b913a79f1b5420991c99d95cef645751ce89ba2ee0a79
|
|
| MD5 |
61028f6bb3350babd16fa5f50bdf3d52
|
|
| BLAKE2b-256 |
28f29f83873e11046d20844509b0bd69bd40f21c2654046150e39c5e5600641c
|
File details
Details for the file akasicdb-1.0.0-py3-none-any.whl.
File metadata
- Download URL: akasicdb-1.0.0-py3-none-any.whl
- Upload date:
- Size: 39.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0af93fca95e557556cb357922c283bf3ee14dfc58c77fd49fc32c804810d2f8
|
|
| MD5 |
8e3901fe70af6e92e69ac7b242bedbc1
|
|
| BLAKE2b-256 |
7eaa1360264d41b34c4a2d083deb57a662853543bff4705472a41b875009bb6a
|