poetry install --with dev,test
Get Astra DB credentials and an OpenAI API key, export them as environment variables:
OPENAI_API_KEY
ASTRA_DB_APPLICATION_TOKEN
ASTRA_DB_API_ENDPOINT
# Optional: ASTRA_DB_KEYSPACE
Try poetry run pytest tests/
and poetry run python examples/example.py
.
See CHANGES file.