mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[GH-ISSUE #3544] [FR] Integrate GPT4ALL, open source language model #1608
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#1608
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tio-trom on GitHub (Sep 26, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/3544
Description
Gpt4all is an open source and totally free alternative to ChatGPT. See https://gpt4all.io/index.html
It can do a lot. For one, you can replace the OpenAI tool with it, so you can write paragraphs with GPT4all. But even more awesome you can integrate the search and let GPT4all use the notes stored in the AppFlowy in order to search through them - see https://docs.gpt4all.io/gpt4all_chat.html#plugins LocalDocs Beta Plugin (Chat With Your Data)
Impact
I have hundreds of notes, from personal notes, to a lot of code snippets and such. Imagine if I could be able to search for something specific or ask like "hey how to fix my website X SSH connection?" and the Gpt4all can see in my notes how I fixed that and tell me in a natural way.
This could be the most mindblowing and useful tool for notes. Not just search, but inquiry of your notes with a language model.
It runs locally so there is no data collection and no OpenAI BS.
I think this could make AppFlowy the most amazing notes app in the world :)
Additional Context
No response
@MayurSMahajan commented on GitHub (Sep 28, 2023):
cc @yatendra2001
@yatendra2001 commented on GitHub (Sep 28, 2023):
Hey @tio-trom , this does sound like a freaking awesome idea.
Btw we're already working on integrating multiple opensource models in a way that users have the power to choose whatever model they wanna choose. Searching through the notes can enhance productivity significantly.
cc: @appflowy
@tio-trom commented on GitHub (Sep 29, 2023):
Mind you tho currently the search through documents will not limit itself to those documents. So I am not sure it can work as I was suggesting....
I am testing GPT4all currently and yeah....it is super slow but maybe this will improve with time and different models. It is definitely worth looking into this.
@yatendra2001 commented on GitHub (Sep 29, 2023):
yup exactly that's the crux, most gpt models aren't fast enough to go live into production. that's why we want to give this authority to users, they can choose whatever models they want to.
@annieappflowy commented on GitHub (Mar 18, 2025):
We have decided to choose Ollama instead of GPT4ALL. The main reason is that Ollama offers good support across major platforms.
You will find AppFlowy x Ollama in the upcoming release (v0.8.7)