Official Python Client for CogniDB AI-Native Unified Database Engine
Project description
🐍 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)
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
cognidb_client-1.0.0.tar.gz
(2.7 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 cognidb_client-1.0.0.tar.gz.
File metadata
- Download URL: cognidb_client-1.0.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c08aabb091189e63178e5e80546d5976c7ffef482cc45f7292706e55ac9b2cd4
|
|
| MD5 |
68d21caebc698735dbfb5de45a3f68ba
|
|
| BLAKE2b-256 |
575227b57e13f8426c34b19c1a8cf4de375c52cf19f1b87d4fa52008b8a52063
|
File details
Details for the file cognidb_client-1.0.0-py3-none-any.whl.
File metadata
- Download URL: cognidb_client-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb58c90c2504037dbd9ecdec42d77f36e47e913878b061bb7ec4770e4cc2c049
|
|
| MD5 |
03c112859aa50e04ac5c1f9a386890c3
|
|
| BLAKE2b-256 |
a115d40bed221aebb9ce49c481b93b48258f3e2451419da566c133b3e49ad86b
|