Commit 21cede4
authored
feat(solver): add hybrid index description (#599)
* add graph
* fix bug for None
* add knowledge unit extra
* fix_prompt
* extract common function into benchmark commponent
* format code
* format code
* format code
* fix benchmark knowledge unit
* fix node
* add common component
* Revert "remove local bge model and dependency scikit-learn"
This reverts commit ebb068f.
* remove unused pkg
* add decompose
* change hybrid default config
* add trace log
* fix some bugs
* with prompt
* support benchmark unit
* support kag thinker model
* support kag thinker model config
* remove default host addr and project id
* add kag model infer script
* add kag model infer script
* modify prompt for kag model
* modify hybrid index docs
* use ttl cache1 parent 984c2f4 commit 21cede4
2 files changed
Lines changed: 39 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
206 | 207 | | |
207 | 208 | | |
208 | 209 | | |
209 | | - | |
| 210 | + | |
210 | 211 | | |
211 | 212 | | |
212 | 213 | | |
213 | 214 | | |
214 | 215 | | |
215 | | - | |
| 216 | + | |
216 | 217 | | |
217 | 218 | | |
218 | 219 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
| 291 | + | |
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | | - | |
| 373 | + | |
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
| |||
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
452 | | - | |
| 452 | + | |
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
| |||
525 | 525 | | |
526 | 526 | | |
527 | 527 | | |
528 | | - | |
| 528 | + | |
529 | 529 | | |
530 | 530 | | |
531 | | - | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
532 | 554 | | |
533 | 555 | | |
534 | 556 | | |
535 | 557 | | |
536 | 558 | | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
537 | 564 | | |
538 | 565 | | |
539 | 566 | | |
| |||
552 | 579 | | |
553 | 580 | | |
554 | 581 | | |
555 | | - | |
| 582 | + | |
556 | 583 | | |
557 | 584 | | |
558 | 585 | | |
| |||
616 | 643 | | |
617 | 644 | | |
618 | 645 | | |
619 | | - | |
| 646 | + | |
620 | 647 | | |
621 | 648 | | |
622 | 649 | | |
| |||
0 commit comments