Commit f3bec0e
Update UltraRAG 2.1 (#110)
* update README files: add latest news section for UltraRAG 2.0 release
* update README files: add release note for UltraRAG 1.0
* fix: add space before link in release note for UltraRAG 1.0
* update: change README language
* update: add QR codes for WeChat, Feishu, and Discord groups in README
* feat: add vllm_serve_vlm.sh script for serving model
* update: add 'embedding/' to .gitignore to exclude embedding files
* feat: enhance retriever functionality with multimodal support
* feat: refactor multimodal corpus handling and image embedding in Retriever class
* feat: update generation parameters for multimodal support
* fix: update vllm_serve_vlm.sh
* fix: add model_warmup parameter to infinity_kwargs in parameter.yaml
* fix: update output parameters in visrag.yaml and generation.py for consistency
* fix: clean up whitespace
* support: add visrag.yaml for multimodal generation
* fix bug: retriever_init_openai miss faiss_use_gpu parameter
* Update README files to include star history chart
* feat: support API models for rag pipeline
* feat: add light deepresearch demo
* fix: remove unused retrieval service initialization from light_deepresearch and webnote demos
* fix: update demo title in light_deepresearch.yaml
* fix: add hands-on tutorial entry to the latest news section in README files
* feat: add retriever configuration and initialization updates
* update: OpenAI API embedding for SentenceTransformers
* feat: enhance retriever pipeline with embedding functionality and batch processing
* fix: st multi gpu bug
* feat: add progress logging for FAISS indexing process
* update: rename retriever_search_maxsim to retriever_search_colbert_maxsim and add backend validation
* refactor: replace _to_st_device_list method with a local function for device conversion
* update: enhance query embedding process
* fix: improve error handling and fallback for document and query encoding
* update: add query and document task configuration for embedding
* update: clear query_instruction in parameter configuration
* delete: remove test_retriever.yaml configuration file
* update: generation server
* feat: add vllm_shutdown method and integrate into generation pipeline
* update: refactor generation methods and enhance multimodal support
* update: enhance async generation handling and fix multimodal path type
* update: consolidate GPU device handling and improve parameter organization in retriever
* update: refactor GPU ID handling and improve error handling in retriever methods
* update: add VisRAG demo configuration and multimodal QA prompt template
* update: change configuration key for model name retrieval in Generation class
* update: chunking method
* update: add mineru support
* feat: add corpus mineru processing pipeline
* feat: add build_image_corpus tool for PDF to image conversion
* update: add text corpus build method
* fix: remove param mineru_corpus_prefix
* update: support build text corpus for file folder
* update: support image corpus build for folder
* update: support mineru for folder
* update: add simple ui
* update: add terminal log for ui
* update: fix some problems in ui
* feat: support hf backend
* update: ui appearance
* update: add ui exit
* fix: auto calculate tensor_parallel_size
* fix: infinity multi-gpu embedding bug
* fix: remove nouse note
* fix: add st prompt name param
* update: use vllm deploy embedding model
* code review: generation server
* feat: support batch generation for hf backend
* fix: replace index when overwrite is true
* code review: generation server
* update: support picture for case study
* fix: add sperator for text case study
* code review: corpus server
* fix: normalize file path
* fix: openai gen topk param
* feat: add chat ui
* code review: retriever server
* fix: initital self.faiss_index
* fix: update pipeline
* fix: remove some default sampling_params
* fix: add auto shut down for vllm backend
* update: change some default param sets
* feat: add process bar in loading corpus
* fix: normalize logging messages
* feat: support bm25 retriever
* code review: retriever server
* update: add rag full pipeline
* update: pipeline in tutorial
* feat: support st and openai for reranker backend
* code review & code format
* feat: add bm25 index & search usage
* update pipeline v2.1
* fix: import errnos in retriever server
* update: add loop pipeline demo
* fix: merge psg tool return bug
* update: add branch pipeline demo
* update: add evaluate results pipeline
* fix: load image corpus bug
* update: add vsirag pipeline
* fix: show image bug
* update: default setting
* update: add search pipeline
* update: pipeline
* feat: support trec evaluate
* update: ir trec eval parameter name
* update: pipeline align with v2.1
* update: cli description
* update: readme
* feat: update deps
* update: readme
* fix readme en
---------
Co-authored-by: Haidong Xin <hdxin2002@gmail.com>1 parent b2779da commit f3bec0e
File tree
69 files changed
+7355
-1571
lines changed- docs
- examples
- prompt
- script
- servers
- corpus
- src
- custom/src
- evaluation
- src
- generation
- src
- prompt/src
- reranker
- src
- retriever
- src
- router/src
- src/ultrarag
- ui
- backend
- frontend
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
69 files changed
+7355
-1571
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | 19 | | |
22 | 20 | | |
23 | 21 | | |
| |||
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
| 31 | + | |
33 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
| 42 | + | |
| 43 | + | |
39 | 44 | | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
43 | 48 | | |
44 | 49 | | |
45 | | - | |
| 50 | + | |
46 | 51 | | |
47 | 52 | | |
48 | 53 | | |
| |||
70 | 75 | | |
71 | 76 | | |
72 | 77 | | |
73 | | - | |
| 78 | + | |
74 | 79 | | |
75 | 80 | | |
76 | 81 | | |
| |||
112 | 117 | | |
113 | 118 | | |
114 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
115 | 127 | | |
116 | 128 | | |
117 | 129 | | |
118 | 130 | | |
119 | | - | |
120 | | - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
121 | 141 | | |
122 | 142 | | |
123 | 143 | | |
124 | 144 | | |
125 | 145 | | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
137 | 172 | | |
138 | 173 | | |
139 | | - | |
| 174 | + | |
140 | 175 | | |
| 176 | + | |
| 177 | + | |
141 | 178 | | |
142 | 179 | | |
143 | | - | |
144 | 180 | | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | 181 | | |
150 | 182 | | |
151 | 183 | | |
152 | 184 | | |
153 | 185 | | |
154 | 186 | | |
155 | | - | |
| 187 | + | |
156 | 188 | | |
157 | 189 | | |
158 | 190 | | |
159 | 191 | | |
160 | 192 | | |
161 | 193 | | |
162 | | - | |
| 194 | + | |
163 | 195 | | |
164 | 196 | | |
165 | 197 | | |
166 | 198 | | |
167 | 199 | | |
168 | | - | |
| 200 | + | |
169 | 201 | | |
170 | 202 | | |
171 | 203 | | |
| |||
175 | 207 | | |
176 | 208 | | |
177 | 209 | | |
178 | | - | |
| 210 | + | |
179 | 211 | | |
180 | 212 | | |
181 | 213 | | |
182 | 214 | | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
| 215 | + | |
196 | 216 | | |
197 | 217 | | |
198 | 218 | | |
199 | | - | |
| 219 | + | |
| 220 | + | |
200 | 221 | | |
201 | 222 | | |
202 | 223 | | |
203 | 224 | | |
204 | | - | |
| 225 | + | |
205 | 226 | | |
206 | 227 | | |
207 | 228 | | |
208 | 229 | | |
209 | 230 | | |
210 | 231 | | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
211 | 236 | | |
212 | 237 | | |
213 | 238 | | |
214 | 239 | | |
215 | 240 | | |
| 241 | + | |
216 | 242 | | |
217 | 243 | | |
| 244 | + | |
218 | 245 | | |
219 | 246 | | |
220 | 247 | | |
| |||
225 | 252 | | |
226 | 253 | | |
227 | 254 | | |
228 | | - | |
229 | | - | |
230 | | - | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
231 | 264 | | |
232 | 265 | | |
233 | 266 | | |
234 | 267 | | |
235 | 268 | | |
236 | 269 | | |
237 | | - | |
238 | | - | |
| 270 | + | |
| 271 | + | |
239 | 272 | | |
240 | 273 | | |
241 | 274 | | |
242 | 275 | | |
243 | 276 | | |
244 | 277 | | |
245 | 278 | | |
246 | | - | |
247 | 279 | | |
248 | 280 | | |
249 | 281 | | |
| |||
0 commit comments