mirror of
https://github.com/hwchase17/langchain
synced 2024-11-02 09:40:22 +00:00
6 lines
231 B
Plaintext
6 lines
231 B
Plaintext
|
export OPENAI_API_KEY="..."
|
||
|
|
||
|
export ASTRA_DB_API_ENDPOINT="https://...-....apps.astra.datastax.com"
|
||
|
export ASTRA_DB_APPLICATION_TOKEN="AstraCS:..."
|
||
|
export ASTRA_DB_KEYSPACE="..." # Optional - falls back to default if not provided
|