We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8383e0 commit ba23443Copy full SHA for ba23443
README.md
@@ -87,7 +87,7 @@ primitives.
87
88
The design of PrivateGPT allows to easily extend and adapt both the API and the
89
RAG implementation. Some key architectural decisions are:
90
-* Dependency Injection, decoupling the different componentes and layers.
+* Dependency Injection, decoupling the different components and layers.
91
* Usage of LlamaIndex abstractions such as `LLM`, `BaseEmbedding` or `VectorStore`,
92
making it immediate to change the actual implementations of those abstractions.
93
* Simplicity, adding as few layers and new abstractions as possible.
0 commit comments