mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-11 01:10:11 +01:00
5614e2ed30
* feature: Integrate Astra as vectorDBProvider feature: Integrate Astra as vectorDBProvider * Update .env.example * Add env.example to docker example file Update spellcheck fo Astra Update Astra key for vector selection Update order of AstraDB options Resize Astra logo image to 330x330 Update methods of Astra to take in latest vectorDB params like TopN and more Update Astra interface to support default methods and avoid crash errors from 404 collections Update Astra interface to comply to max chunk insertion limitations Update Astra interface to dynamically set dimensionality from chunk 0 size on creation * reset workspaces --------- Co-authored-by: timothycarambat <rambat1010@gmail.com>
620 B
620 B
How to setup Astra Vector Database for AnythingLLM
Official Astra DB Docs for reference.
How to get started
Requirements
- Astra Vector Database with active status.
Instructions
- Create an Astra account or sign in to an existing Astra account
- Create an Astra Serverless(Vector) Database.
- Make sure DB is in active state.
- Get
API ENDPOINT
andApplication Token
from Overview screen
VECTOR_DB="astra"
ASTRA_DB_ENDPOINT=Astra DB API endpoint
ASTRA_DB_APPLICATION_TOKEN=AstraCS:..