build: update README.md

This commit is contained in:
Vasudev Pal
2023-05-19 23:49:08 +05:30
parent c2cd72ad77
commit ba9efcd1e6

View File

@@ -43,6 +43,14 @@ Please note this is experimental - it will be significantly slower and the quali
5. Output - the summary is displayed on the page and saved as a text file.
![summary](https://i.imgur.com/sUcay6a.gif)
## Architecture
![Architecture](https://www.google.com/)
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]
3. Taking extracted ebeddings as input and constructing a prompt, and then sending that to the LLM.
Improved support for locally run LLM's is coming.
Built using Langchain! This is project was made for fun, and is likely full of bugs. It is not fully optimized. Contributions or bug reports are welcomed!