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

Fix privacy policy for AI summarization #92

Closed
4 tasks done
koppor opened this issue Aug 2, 2024 · 13 comments
Closed
4 tasks done

Fix privacy policy for AI summarization #92

koppor opened this issue Aug 2, 2024 · 13 comments
Milestone

Comments

@koppor
Copy link
Collaborator

koppor commented Aug 2, 2024

image

  • (1) shows "AI summary", but (2) shows "chatting". Is the Privacy Policy right?
  • (3) shows missing dots. Please add a dot after each sentence.
  • If possible, there should a link to "Deep Java Library" in the privacy policy
  • Add information how much will be downloaded (300 MB?)
@InAnYan
Copy link
Owner

InAnYan commented Aug 4, 2024

DJL said that the downloads are anonymous and no data is collected. Is that okay to mention in Privacy Policy?

@InAnYan
Copy link
Owner

InAnYan commented Aug 4, 2024

For downloading size: it depends on selected embedding model and, I'm not sure of a way to estimate download size... Different models weight differently

InAnYan added a commit to JabRef/jabref that referenced this issue Aug 4, 2024
@koppor
Copy link
Collaborator Author

koppor commented Aug 4, 2024

DJL said that the downloads are anonymous and no data is collected.

Via email?

Can you ask them if it was OK to make that email public?

Is that okay to mention in Privacy Policy?

We need to have a "trusted" source. If a company sues JabRef e.V. we need to make sure that we did our best to ensure that the statements we do are true. If we just say: "It was claimed privately to some of our contributors", this is not enough.

It is still bad that they don't have a privacy policy, but we need to accept.

The alternative is that we mirror the models...

@koppor
Copy link
Collaborator Author

koppor commented Aug 4, 2024

For downloading size: it depends on selected embedding model and, I'm not sure of a way to estimate download size... Different models weight differently

Just estimate 1 GB download size for each.

Alterntive:

  1. HTTP allows to get the file size before downloading: https://stackoverflow.com/questions/122853/how-to-get-the-file-size-from-http-headers -- Maybe, the servers of them report the size back
  2. hard-coded store the current known size inside jabref. At runtime, look it up. 😅

@InAnYan
Copy link
Owner

InAnYan commented Aug 4, 2024

deepjavalibrary/djl#3370 (comment)

What should we do?

@koppor
Copy link
Collaborator Author

koppor commented Aug 4, 2024

deepjavalibrary/djl#3370 (comment)

What should we do?

We can link these statements.

@InAnYan
Copy link
Owner

InAnYan commented Aug 7, 2024

Nearly got mad.

Neither it's understandable how they download models from the code,

neither from Wireshark....

I guess hardcoded values would be better. Embedding model is not something that is actively updated. If it's updated, that would be a new model

@koppor
Copy link
Collaborator Author

koppor commented Aug 7, 2024

Nearly got mad.

It will be especially interesting if one aims to package all known components to Ubuntu (without using Flatpack or Snap) or NixOS. Then, all files must be available on other servers ^^.

InAnYan added a commit to JabRef/jabref that referenced this issue Aug 9, 2024
@InAnYan
Copy link
Owner

InAnYan commented Aug 9, 2024

Phew, what do you think of recent push?

@InAnYan InAnYan added the status: waiting-for-feedback The submitter needs to recheck the issue or provide more information about the issue label Aug 10, 2024
@koppor
Copy link
Collaborator Author

koppor commented Aug 10, 2024

It is OK. However, consistency is an issue. I think, I did not tell often enough that consistency in a UI is important.

image

  • Change the sentence to: "You find information about the privacy policy here".

Then, it is somehow similar to the sentences above, even if all text is blue. This is OK. On the first look, the new proposed sentence is similar to the other ones.

  • Add a space after the sentence before. Currently, there is no space between the dot and the link.

@koppor koppor removed the status: waiting-for-feedback The submitter needs to recheck the issue or provide more information about the issue label Aug 10, 2024
@koppor koppor modified the milestones: Week 3, Week 1 Aug 10, 2024
@koppor
Copy link
Collaborator Author

koppor commented Aug 10, 2024

Moved to week 1, because the "Privacy notice" also appears at "AI chat"

@InAnYan
Copy link
Owner

InAnYan commented Aug 12, 2024

Change the sentence to: "You find information about the privacy policy here".

I thought about that, was a little worried, that user will expect link after word "here"

InAnYan added a commit to JabRef/jabref that referenced this issue Aug 12, 2024
@InAnYan
Copy link
Owner

InAnYan commented Aug 12, 2024

I think I'll close the issue, as I fixed everything you wrote

@InAnYan InAnYan closed this as completed Aug 12, 2024
github-merge-queue bot pushed a commit to JabRef/jabref that referenced this issue Aug 14, 2024
* Fix the code from code review

* Fix from code review and create new AiChatTabWorking

* Improve chat history storage code

* More fix from code review

* Remove obsolete parameter

* Add JavaDoc comment

* Fix checkstyle

* Fix JavaDoc

* Fix more checkstyle

* More checkstyle fixes

* Fix code changes

* Improve the PR

* Rework ADR-0031 to enable to use another option

* Add many LOGGEr.trace statements

* Change "message window" to "context window"

* Fix compiler errors

* Fix issue list index issue of langchain4j

* Fix lint issue

* Update 0031-store-chats-alongside-database.md

* More tracing

* Refine logging

* Remove closing of AiChatLanguageModel (because it's not closable)

* Use external package for OpenAI API connection

* Provide a custom executor for RetrievalAugmentor

* Fix shutdown issue (I hope)

* Refactor classes

* Change BibDatabaseChatHistoryFile

* Revert BibDatabaseChatHistoryFile to old version because of langchain4j

* Make round corners for chat messages

* Refactor embeddings generation

* Refactor embeddings generation

* Refactor embeddings generation

* Fix CHANGELOG.md

* Remove jpro-mdfx

* Add comment

* Fix localizations

* Fix checkstyle and remove OpenAI from PRIVACY.md

* Remove unnecessary comments

* Fix privacy notice UI

* Introduce new ApiKeyMissingComponent

* Thanks Tobiaz Diez for writing such a good EntryEditorTab class

* Fix InAnYan/jabref issues

* Merge `build.gradle` and `settings.gradle` from main branch

* Update ADRs

* Implement rethought ADR for chat history

* Use OpenAI embedding model

* Use Deep Java embedding model

* Remove old langchain4j embedding models

* Fix checkstyle errors

* Fix checkstyle and remove old dependencies

* Fixes from code review

* Restructure

* Fix checkstyle errors

* Add API base URL parameter

* Fix localization

* Fix from code review + ADR

* Something broken

* Now MistralAI and Hugging Face work

* Fix base URL for other LLM providers

* Fix base URL for other LLM providers

* Refactor MVStore usage

* Load embedding model in background

* Bump langchain4j version

* Fix bug

* Fix checkstyle and localization

* Implement summarization

* Fix checkstyle and localization

* Improve PrivacyNoticeComponent

* Fix from code review

* Update localization

* Wrap text

* Add padding

* Fix markdown

* Use stuff algorithm

* Add GPT-4o-mini

* Make chat model editable

* Update context window size and summarization

* Fix checkstyle

* Update PrivacyNoticeComponent.fxml

* Update AI summary tab

* Fix localization

* Change order so that there is no diff

* Reorrder dependencies

* Add missing CHANGELOG.md entry

* Refine ADR-0033

* Refine ADR0034

* Fix typos

* Refine ADR-0036

* Fix ADR-0037

* Fix title case

* Fix changes in module-info.java

* Readd removed requires org.apache.httpcomponents.core5.httpcore5

* Revert change in JabRefGUI to avoid conflicts

* Remove empty lines

* Reorder entries in JabRef_en.properties

* Simplify SummariesStorage (and add test)

* Use region/endregion

* Fix position of comment

* Add comment why the event bus is needed

* Do not show exception to the user - just that an error is occurred (saves %0 in localization)

* Use "URL %0" without colon (consistency)

* Fix typos

* History has to be kept

* Remove empty lines

* Fix language (hopefully)

* Compilefix

* Simplify BibDatabaseChatHistoryManager

* Fix from code review

* Fix issue #103

* Rework embeddings cache clearing

* Fix #99 and partially #101

* Partially fixing shutdown issues and UI progress monitor issue

* Add "requires scala.library" and add "region:" / "endregion"

* More grouping (move de.saxsys.mvvmfx.validation up)

* Add alphabetical hint

* Fix InAnYan#101 and InAnYan#106

* Discard changes to settings.gradle

* Fix InAnYan#105

* Follow-up fix for InAnYan#103

* Follow-up fix for InAnYan#103

* Remove obsolete class

* Partially fix InAnYan#98

* We do need dependencies to the AI providers, don't we?

* Fix InAnYan#93

* Simplify code

* Partially fix InAnYan#92

* Fix checkstyle and localization

* Fix hyperlinks and text in ApiKeyMissingComponent

* Fixes from code review

* Fix InAnYan#120

* Remove "X% work done" messages

* Fix InAnYan#114

* Partially fix InAnYan#113

* Partially fix InAnYan#110

* Fix InAnYan#110

* Fix InAnYan#111

* Improve embedding model downloading notifications

* Fix InAnYan#124

* Fix InAnYan#122

* Fix wrong context window size when expert settings customization is turned off

* Attempt to fix InAnYan#95

* Finally fix InAnYan#105

* Fix InAnYan#108

* Attempt to fix InAnYan#98

* Fix for InAnYan#104

* Fix for InAnYan#98

* Fix for InAnYan#95 (comment)

* Fix for InAnYan#98 (comment)

* Fix for InAnYan#126

* Fix for InAnYan#115

* Fix for InAnYan#113

* Fix for InAnYan#91

* Fix for InAnYan#121

* Fix for InAnYan#112 and InAnYan#116

* Fix for InAnYan#125

* Fixes from commit comments

* Fix for InAnYan#115

* Fix for InAnYan#120

* Fix for InAnYan#132

* Fix for InAnYan#132

* Fix for InAnYan#104

* Fix for InAnYan#118

* Fix for InAnYan#114

* Fix for InAnYan#104

* Store error messages in chat history

* Make error be a ChatMessageComponent

* Implement delete messages InAnYan#136

* Fix for InAnYan#118

* Fix for InAnYan#92

* Fix checkstyle and localization. And refactoring

* Fix for InAnYan#92

* Fix for InAnYan#139

* Show "Delete message" button only when necessary

* Fix for InAnYan#83

* Update src/main/java/org/jabref/logic/ai/AiService.java

Co-authored-by: Oliver Kopp <kopp.dev@gmail.com>

* Update src/main/java/org/jabref/logic/ai/chathistory/BibDatabaseChatHistoryManager.java

Co-authored-by: Oliver Kopp <kopp.dev@gmail.com>

* Update src/main/java/org/jabref/logic/ai/AiService.java

Co-authored-by: Oliver Kopp <kopp.dev@gmail.com>

* Update src/main/java/org/jabref/gui/Base.css

Co-authored-by: Oliver Kopp <kopp.dev@gmail.com>

* Update src/main/java/org/jabref/gui/Base.css

Co-authored-by: Oliver Kopp <kopp.dev@gmail.com>

* Fix from code review

* Partial fix for InAnYan#125

* Update colors for error message

* Fix for InAnYan#145 and InAnYan#142

* Make progress for embedding model download

* Fix checkstyle and localization

* Add workaround to get FileHistoryMenuTest running again

* Small fixes

* Revert "Small fixes"

This reverts commit 85382a1.

* Introduce AiApiKeyProvider

* Fix IDE setup instructions

* Do not load API keys on startup

* Rely on keystore encryption

* Prevent mulitple rebuilds when muliple preferences are updated

* Fix localization to be more provider independent

* Fix method names

* Add poor man's solution to notify of API key changes

* Reduce calls to key store (and fix key saving)

* Fix for InAnYan#148 and partially InAnYan#146

* Revert "Fix for InAnYan#148 and partially InAnYan#146"

This reverts commit 5fa3bb5.

* Fix for scrolling down when deleting a message

* Sort EmbeddingModel enum variants

* Fix GenerateSummaryTask progress indication

* Fix dark mode

* Add notice for embedding models size

---------

Co-authored-by: Oliver Kopp <kopp.dev@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants