8000 GitHub - wpydcr/E-RAG: An innovative Entity-oriented Retrieval-Augmented Generation (RAG) that supports multi-modal data.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ E-RAG Public

An innovative Entity-oriented Retrieval-Augmented Generation (RAG) that supports multi-modal data.

License

Notifications You must be signed in to change notification settings

wpydcr/E-RAG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-RAG

E-RAG: Advancing Retrieval-Augmented Generation for Entity-oriented Question Answering

Author: Pingwy Wu, Jing Tang, Huimin Chen

Pipeline

pipeline

Installation

Git clone

git clone https://github.com/wpydcr/E-RAG.git
cd E-RAG

Conda environment

conda create -n erag python=3.10 -y
conda activate erag
pip install -r requirements.txt

Dataset

you can download dataset with this link, and place it in data/.

Note: If it's the first time running and gpt-3.5-turbo is available, it will automatically generate the corresponding embedding file for the data. If you don't want to regenerate it, you can also download the embedding file through this link and place it in data/.

Use in Gradio

Config

You need to configure gpt-3.5-turbo properly in config/base.json.

Start

run python webui.py to start.

About

An innovative Entity-oriented Retrieval-Augmented Generation (RAG) that supports multi-modal data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0