Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vasudev pal #4

Merged
merged 2 commits into from
May 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ 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://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]
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!
Expand Down