Cortrix Python SDK - Semantic Storage for AI Agents
Project description
Cortrix Python SDK
Semantic storage SDK for AI agents.
Status: Coming soon. This is a placeholder package. Full SDK will be released with Cortrix Phase 1.
What is Cortrix?
Cortrix is an enterprise AI data infrastructure that provides:
- Semantic search across documents and structured data
- AI interaction memory with automatic extraction
- Text-to-SQL for natural language database queries
- PostgreSQL extension (pgcortrix) for SQL-native semantic search
Installation
pip install cortrix
Quick Start (Preview)
from cortrix import Cortrix
client = Cortrix(base_url="http://localhost:8080", api_key="your_api_key")
# Semantic search
results = client.search("my_namespace", "how to configure database connection", top_k=10)
# Upload documents
client.documents.upload("my_namespace", "/path/to/document.pdf")
# Memory search
memories = client.memory.search("my_namespace", "what did the user ask before")
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
cortrix-0.0.1.tar.gz
(1.9 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 cortrix-0.0.1.tar.gz.
File metadata
- Download URL: cortrix-0.0.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
062c5450e8f33ff1a889aaed6f866faa946204d79b6fc66690afefc9247694f2
|
|
| MD5 |
062c826b506524ddd33432f3523347ac
|
|
| BLAKE2b-256 |
c10cfef42666d59b665b467c440c258628a90625435e7f9f36803785198169e4
|
File details
Details for the file cortrix-0.0.1-py3-none-any.whl.
File metadata
- Download URL: cortrix-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2063dec17723d0b107e3197ba1f64fe85b1d56ff9caee26c86e57fe8cd207b68
|
|
| MD5 |
c52dc60e5a1cf783ef98cfd001447b91
|
|
| BLAKE2b-256 |
a6747625e2585f1b6bd0a0ce8ca265eb0b825caacfffb0aadb277c11dc4028f6
|