fix: add architecture image

This commit is contained in:
Vasudev Pal
2023-05-19 23:59:31 +05:30
committed by GitHub
parent ba9efcd1e6
commit feb17e1dfa

View File

@@ -45,7 +45,8 @@ Please note this is experimental - it will be significantly slower and the quali
## Architecture
![Architecture](https://www.google.com/)
![Architecture](https://github.com/vasudev-pal/BriefGPT/assets/120969150/687863e4-5a4f-415e-92c8-3354b1fb3f8d)
The Architecture elaborates the workflow of the model.
1. It takes input Text Document
2. Create Words Embeddings using FAISS[performs similarity search and words that are close in meaning are clustered near to one another in vector space]