🐍 CogniDB Official Python SDK (pip install cognidb-client)
Official Python Client for CogniDB—the AI-Native Unified Database Engine.
⚡ Quick Start
pip install cognidb-client
from cognidb import CogniDBClient
client = CogniDBClient(host="http://localhost:8080")
# Perform Hybrid SQL + Vector Search
results = client.vector_search(
table="developers",
query_text="LLM fine-tuning vector index",
top_k=3,
where_clause="experience_years > 4"
)
print(results)
Release files for cognidb-client 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cognidb_client-1.0.0.tar.gz | 2.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cognidb_client-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.6 kB
Release files / cognidb_client-1.0.0.tar.gz
| Download URL | cognidb_client-1.0.0.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c08aabb091189e63178e5e80546d5976c7ffef482cc45f7292706e55ac9b2cd4
|
|
BLAKE2b-256 checksum How to use checksums |
575227b57e13f8426c34b19c1a8cf4de375c52cf19f1b87d4fa52008b8a52063
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.7
|
Release files / cognidb_client-1.0.0-py3-none-any.whl
| Download URL | cognidb_client-1.0.0-py3-none-any.whl |
|---|---|
| Size | 3.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
eb58c90c2504037dbd9ecdec42d77f36e47e913878b061bb7ec4770e4cc2c049
|
|
BLAKE2b-256 checksum How to use checksums |
a115d40bed221aebb9ce49c481b93b48258f3e2451419da566c133b3e49ad86b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.7
|