Skip to content

Commit ba23443

Browse files
authored
fix: typo in README.md (#1091)
componentes -> components
1 parent b8383e0 commit ba23443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ primitives.
8787

8888
The design of PrivateGPT allows to easily extend and adapt both the API and the
8989
RAG implementation. Some key architectural decisions are:
90-
* Dependency Injection, decoupling the different componentes and layers.
90+
* Dependency Injection, decoupling the different components and layers.
9191
* Usage of LlamaIndex abstractions such as `LLM`, `BaseEmbedding` or `VectorStore`,
9292
making it immediate to change the actual implementations of those abstractions.
9393
* Simplicity, adding as few layers and new abstractions as possible.

0 commit comments

Comments
 (0)