From ba23443a70d323cd4f9a242b33fd9dce1bacd2db Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 23 Oct 2023 15:54:12 +0900 Subject: [PATCH] fix: typo in README.md (#1091) componentes -> components --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00f6e399a3..dfdc040f78 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ primitives. The design of PrivateGPT allows to easily extend and adapt both the API and the RAG implementation. Some key architectural decisions are: -* Dependency Injection, decoupling the different componentes and layers. +* Dependency Injection, decoupling the different components and layers. * Usage of LlamaIndex abstractions such as `LLM`, `BaseEmbedding` or `VectorStore`, making it immediate to change the actual implementations of those abstractions. * Simplicity, adding as few layers and new abstractions as possible.