Luca Foppiano commited on
Commit
aa99bda
·
unverified ·
1 Parent(s): 9eb2cb5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@
4
 
5
  Question/Answering on scientific documents using LLMs (OpenAI, Mistral, LLama2).
6
  This application is the frontend for testing the RAG (Retrieval Augmented Generation) on scientific documents, that we are developing at NIMS.
7
- Differently to most of the project, we focus on scientific articles and we are using [Grobid](https://github.com/kermitt2/grobid) for text extraction instead of the raw PDF2Text converter allow to extract only full-text.
8
 
9
  **Work in progress**
10
 
 
4
 
5
  Question/Answering on scientific documents using LLMs (OpenAI, Mistral, LLama2).
6
  This application is the frontend for testing the RAG (Retrieval Augmented Generation) on scientific documents, that we are developing at NIMS.
7
+ Differently to most of the project, we focus on scientific articles and we are using [Grobid](https://github.com/kermitt2/grobid) for text extraction instead of the raw PDF2Text converter (which is comparable with most of other solutions) allow to extract only full-text.
8
 
9
  **Work in progress**
10