WELCOME

DataStax Developers Hub

Resources, community, and inspiration to supercharge your journey into building AI-enabled apps with DataStax.

Build

Get Started Building

Docs

Reference Docs, Quickstarts, and Tutorials

from astrapy import DataAPIClient
  
# connect to a database 
database =
     DataAPIClient(TOKEN).get_database(API_ENDPOINT)  

# Ingest vectors into your collection 
collection = database.test_collection 
collection.insert_many(documents=DOCUMENTS)  

# Find the closest vectors 
collection.find(vector=[0.15, 0.1, 0.1, 0.35, 0.55])

CONNECT

Join the DataStax Developer Community

LEARN

Level Up with Code-First Videos and Blog Posts

YOUTUBE

Code-First Videos for Devs

Get hands-on with workshops, live streams, and bite-sized explainers on how to build with AI.