Commit cb04c79
refactor: refactor pipeline engine using ray data (#110)
* feat: add config and operator node types
* refactor: refactor readers with ray data
* fix: delete param parallelism for readers
* fix: fix import error
* refactor read and chunk operators with no side effects
* fix: fix import error
* fix: fix return logic
* refactor: rename operator split to chunk
* refactor: refactor build_kg to accomodate ray data
* feat: add StorageFactory & global params
* refactor: refactor quiz to accomodata ray data engine
* fix: reload graph before quizzing
* Potential fix for pull request finding 'Unreachable code'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
* fix: fix quiz params
* refactor: refactor quiz&judge to ray actors
* fix: fix transferring quizzed data to JudgeService
* refactor: refactor partition to accomodate ray data
* fix: fix lint problem
* refactor: refactor op generate
* feat: write results in output folder
* fix: raise error when no dataset is created
* fix: return generator in ece_partitioner
* fix: return generator in ece_partitioner
* refactor: refactor data format to support multi-modal input
* fix: delete fetching schema to avoid ray's duplicate execution
* fix: fix operators' registry
* feat: refactor schema_guided_extraction & add examples
* feat: seperate ray logs and service logs
* feat: use storage actor
* feat: add kuzu graph database
* feat: add llm as actors
* refactor: delete old runner
* fix: fix vllm wrapper
* docs: update .env.example
* fix: use kuzudb in quiz_service
* fix: update webui
* feat: make storage backend configuragble
* docs: update README”
---------
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>1 parent 737f45d commit cb04c79
File tree
157 files changed
+3252
-2311
lines changed- baselines/BDS
- examples
- baselines
- evaluate
- extract/extract_schema_guided
- generate
- generate_aggregated_qa
- generate_atomic_qa
- generate_cot_qa
- generate_multi_hop_qa
- generate_vqa
- input_examples
- images
- output_examples
- search
- build_db
- graphgen
- bases
- common
- configs
- models
- extractor
- generator
- llm/local
- partitioner
- reader
- splitter
- storage
- graph
- kv
- operators
- build_kg
- chunk
- evaluate
- extract
- generate
- init
- judge
- partition
- quiz_and_judge
- quiz
- read
- split
- utils
- scripts
- extract
- generate
- webui
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
157 files changed
+3252
-2311
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
204 | 255 | | |
205 | | - | |
| 256 | + | |
206 | 257 | | |
207 | 258 | | |
208 | 259 | | |
209 | 260 | | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
214 | 276 | | |
215 | 277 | | |
216 | 278 | | |
217 | 279 | | |
218 | 280 | | |
219 | 281 | | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
227 | 290 | | |
228 | 291 | | |
229 | 292 | | |
230 | 293 | | |
231 | | - | |
| 294 | + | |
232 | 295 | | |
233 | 296 | | |
234 | 297 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
201 | 252 | | |
202 | 253 | | |
203 | 254 | | |
204 | 255 | | |
205 | 256 | | |
206 | 257 | | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
211 | 273 | | |
212 | 274 | | |
213 | 275 | | |
214 | 276 | | |
215 | 277 | | |
216 | 278 | | |
217 | 279 | | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
224 | 288 | | |
225 | 289 | | |
226 | 290 | | |
227 | 291 | | |
228 | | - | |
| 292 | + | |
229 | 293 | | |
230 | 294 | | |
231 | 295 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | | - | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
| 57 | + | |
60 | 58 | | |
61 | 59 | | |
62 | 60 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments