You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
628 B

11 months ago
  1. # How to setup Astra Vector Database for AnythingLLM
  2. [Official Astra DB Docs](https://docs.datastax.com/en/astra/astra-db-vector/get-started/quickstart.html) for reference.
  3. ### How to get started
  4. **Requirements**
  5. - Astra Vector Database with active status.
  6. **Instructions**
  7. - [Create an Astra account or sign in to an existing Astra account](https://astra.datastax.com)
  8. - Create an Astra Serverless(Vector) Database.
  9. - Make sure DB is in active state.
  10. - Get `API ENDPOINT`and `Application Token` from Overview screen
  11. ```
  12. VECTOR_DB="astra"
  13. ASTRA_DB_ENDPOINT=Astra DB API endpoint
  14. ASTRA_DB_APPLICATION_TOKEN=AstraCS:..
  15. ```