feat(message-actions): add speak message, bump version

This commit is contained in:
ItzCrazyKns 2024-05-03 18:25:22 +05:30
parent dafc835774
commit c87c2b27a9
No known key found for this signature in database
GPG key ID: 8162927C7CCE3065
6 changed files with 41 additions and 17 deletions

View file

@ -1,4 +1,5 @@
## Perplexica's Architecture
Perplexica's architecture consists of the following key components:
1. **User Interface**: A web-based interface that allows users to interact with Perplexica for searching images, videos, and much more.
@ -7,4 +8,4 @@ Perplexica's architecture consists of the following key components:
4. **LLMs (Large Language Models)**: Utilized by agents and chains for tasks like understanding content, writing responses, and citing sources. Examples include Claude, GPTs, etc.
5. **Embedding Models**: To improve the accuracy of search results, embedding models re-rank the results using similarity search algorithms such as cosine similarity and dot product distance.
For a more detailed explanation of how these components work together, see [WORKING.md](https://github.com/ItzCrazyKns/Perplexica/tree/master/docs/architecture/WORKING.md).
For a more detailed explanation of how these components work together, see [WORKING.md](https://github.com/ItzCrazyKns/Perplexica/tree/master/docs/architecture/WORKING.md).