From 05402a21c66849f43fef1571a9a442ac588a5def Mon Sep 17 00:00:00 2001 From: Alex Thomas Date: Thu, 19 Sep 2024 10:23:49 +0100 Subject: [PATCH] Fixed typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c618a0ed..f8470645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ - Added unit tests for the Vertex AI LLM class. ### Fixed -- Resolved import issue with the Vertex AI Embeddings class.ß +- Resolved import issue with the Vertex AI Embeddings class. ### Changed - Moved the Embedder class to the neo4j_graphrag.embeddings directory for better organization alongside other custom embedders.