mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-08 08:28:02 +08:00
Go knowledge compiler with scheduler-driven dataset compilation (#17913)
Ports dataset knowledge compilation (wiki/graph/tree/mindmap) to the Go scheduler with a status contract, aligns wiki storage/retrieval with Python, sizes prompts by content_length, and resolves embedding batch size from provider capability.
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
"obj": {
|
||||
"component_name": "Compiler",
|
||||
"params": {
|
||||
"compilation_template_group_id": "c3aa748c8b2111f191f3047c16ec874f",
|
||||
"compilation_template_group_id": "",
|
||||
"llm_id": "",
|
||||
"outputs": {
|
||||
"chunks": {
|
||||
"type": "Array<Object>",
|
||||
@@ -408,7 +409,8 @@
|
||||
{
|
||||
"data": {
|
||||
"form": {
|
||||
"compilation_template_group_id": "c3aa748c8b2111f191f3047c16ec874f",
|
||||
"compilation_template_group_id": "",
|
||||
"llm_id": "",
|
||||
"outputs": {
|
||||
"chunks": {
|
||||
"type": "Array<Object>",
|
||||
|
||||
Reference in New Issue
Block a user