diff --git a/Word Embeddings/README.md b/Word Embeddings/README.md
index a9bc54b..7873ab2 100644
--- a/Word Embeddings/README.md
+++ b/Word Embeddings/README.md
@@ -490,6 +490,7 @@ num_tokens_from_string(string, tokenizer)
- [New and Improved Embedding Model](https://openai.com/blog/new-and-improved-embedding-model/), OpenAI blog
------
+## Vector Databases
@@ -503,11 +504,22 @@ For searching over many vectors quickly, we recommend using a vector database.
|[Weaviate](https://weaviate.io/)|
Weaviate is an open source vector search engine that stores both objects and vectors, allowing for combining vector search with structured filtering with the fault-tolerance and scalability of a cloud-native database, all accessible through GraphQL, REST, and various language clients.