Skip to main content

Python SDK for CortexDB — a RAG-powered memory database

Project description

CortexDB Python SDK

A Python client for the CortexDB RAG backend, providing easy access to ingestion, querying, and LLM orchestration.

Features

  • Setup API: Configure LLM providers (Gemini, OpenAI, Azure).
  • Ingest API: Ingest documents with automatic embedding generation.
  • Query API: Perform semantic search, entity retrieval, and graph traversals.
  • Native LLM Integration: Uses google-genai for native Gemini support.

Installation

pip install -e .

Usage

See main.py for a complete example of setting up a medical chatbot.

from cortexdb import CortexDB

db = CortexDB("http://localhost:8080")

# Setup
db.setup.configure(provider="GEMINI", api_key="...", chat_model="gemini-2.0-flash", embed_model="gemini-embedding-001")

# Ingest
db.ingest.document(uid="user-1", document_title="Test Doc", document_text="Hello world")
db.ingest.prompt(uid="user-1", converser="USER", text="What is this?")

# Query
results = db.query.search_contexts("Hello", limit=5)

Testing

pip install pytest respx
pytest tests/

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

cortexdb_py-0.2.11.tar.gz (8.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cortexdb_py-0.2.11-py3-none-any.whl (11.2 kB view details)

Uploaded Python 3

File details

Details for the file cortexdb_py-0.2.11.tar.gz.

File metadata

  • Download URL: cortexdb_py-0.2.11.tar.gz
  • Upload date:
  • Size: 8.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.9.25 Linux/6.14.0-1017-azure

File hashes

Hashes for cortexdb_py-0.2.11.tar.gz
Algorithm Hash digest
SHA256 697433bac381a99ca72e7a51bc3b1097395058e941c5f1dc13d8c4c3f0ecc049
MD5 0e112b1b4d6abead2aaf28200c9e3589
BLAKE2b-256 6d92d420f3331f8e5e539c3d3a7bccfc403c18ff0c15f4b2bb4797cd31b0994b

See more details on using hashes here.

File details

Details for the file cortexdb_py-0.2.11-py3-none-any.whl.

File metadata

  • Download URL: cortexdb_py-0.2.11-py3-none-any.whl
  • Upload date:
  • Size: 11.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.9.25 Linux/6.14.0-1017-azure

File hashes

Hashes for cortexdb_py-0.2.11-py3-none-any.whl
Algorithm Hash digest
SHA256 1041f96a412f1298758e8eff67b829ef3f2802cf04a211e1feff16e5706c43fa
MD5 2740af5ea621b984ed96a65861821010
BLAKE2b-256 83d331532e96874b8a60839126957ebc9c07653a6744442f5145e3b939da0d9b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page