The knowledge base acts as a pipeline, and then files are uploaded through the API. Since the files do not follow the pipeline process, they cannot be recognized. What's the problem here? #28483
Richie666888
started this conversation in
General
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
Content
Using version 1.9.0, the JSON of Body is as follows:
{"indexing_technique":"high_quality","process_rule":{"rules":{"pre_processing_rules":[{"id":"remove_extra_spaces","enabled":true},{"id":"remove_urls_emails","enabled":false}],"segmentation":{"separator":"\n\n","max_tokens":1024},"parent_mode":"full-doc","subchunk_segmentation":{"separator":"\n","max_tokens":512}},"mode":"hierarchical"},"doc_form":"hierarchical_model","doc_language":"English","retrieval_model":{"search_method":"hybrid_search","reranking_enable":true,"reranking_mode":"reranking_model","reranking_model":{"reranking_provider_name":"langgenius/openai_api_compatible/openai_api_compatible","reranking_model_name":"Qwen/Qwen3-Reranker-8B"},"weights":null,"top_k":3,"score_threshold_enabled":true,"score_threshold":0.5},"embedding_model":"Qwen/Qwen3-Embedding-8B","embedding_model_provider":"langgenius/openai_api_compatible/openai_api_compatible"}
Beta Was this translation helpful? Give feedback.
All reactions