Skip to content

Commit

Permalink
fix: typo in README.md (#1091)
Browse files Browse the repository at this point in the history
componentes -> components
  • Loading branch information
eltociear committed Oct 23, 2023
1 parent b8383e0 commit ba23443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.
Expand Down

0 comments on commit ba23443

Please sign in to comment.