Skip to content

Commit

Permalink
Refine AI README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Aug 13, 2024
1 parent 179d920 commit 0e75ce5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions en/ai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Since version 6, JabRef has AI-functionality build in.

## AI summary tab

We have made a new entry editor tab: "AI Summary", where AI will generate for you a quick overview of the paper.
On activation of this tab, AI will generate for you a quick overview of the paper.

![AI summary tab screenshot](../.gitbook/assets/AiSummary.png)

The AI will mention for you main objectives of the research, methods used, key findings, and conclusions.
The AI will mention main objectives of the research, methods used, key findings, and conclusions.

## AI chat tab

The next new entry editor tab is "AI chat", where all the question and answering (Q&A) happens.
Here, one can ask questions, which are answered by the LLM.

![AI chat tab screenshot](../.gitbook/assets/AiChat.png)

Expand All @@ -27,7 +27,7 @@ In this window you can see the following elements:

## How does the AI functionality work?

In the background, JabRef analyses the linked PDF files of library entries. The information used after the indexing is then supplied to the AI, which, to be precise, in our case is a Large Language Model (LLM). The LLM is currently not stored on your computer. Instead, we have many integrations with AI providers (OpenAI, Mistral AI, Hugging Face), so you can choose the one you like the most. These AI providers are available only remotely via the internet. In short: we send chunks of text to AI service and then receive processed responses. In order to use it you need to configure JabRef to use your [API](https://en.wikipedia.org/wiki/API) key.
In the background, JabRef analyses the linked PDF files of library entries. The information used after the indexing is then supplied to the AI, which, to be precise, in our case is a Large Language Model (LLM). The LLM is currently not stored on your computer. Instead, we have many integrations with AI providers (OpenAI, Mistral AI, Hugging Face), so you can choose the one you like the most. These AI providers are available only remotely via the internet. In short: we send chunks of text to AI service and then receive processed responses. In order to use it you need to configure JabRef to use your API key.

## More information

Expand Down

0 comments on commit 0e75ce5

Please sign in to comment.