From d927629c19342b0244120a8f80e87bc025eed91d Mon Sep 17 00:00:00 2001
From: Alex Leventer <3254549+alexleventer@users.noreply.github.com>
Date: Tue, 30 Jan 2024 09:47:03 -0800
Subject: [PATCH] Add Astra DB to list of supported vector stores (#657)

Update README.md
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index d1fced317..864133951 100644
--- a/README.md
+++ b/README.md
@@ -84,6 +84,7 @@ Some cool features of AnythingLLM
 **Supported Vector Databases:**
 
 - [LanceDB](https://github.com/lancedb/lancedb) (default)
+- [Astra DB](https://www.datastax.com/products/datastax-astra)
 - [Pinecone](https://pinecone.io)
 - [Chroma](https://trychroma.com)
 - [Weaviate](https://weaviate.io)