Jyong

Results 124 comments of Jyong

@JzoNgKVO pls take a look. for the 'console/api/datasets/63dc9133-3589-4985-991c-e864bd54ff6a/documents/8ce44fcf-085c-4b06-93f5-e0ac7dc1e110/indexing-status' endpoint, if this endpoint reports an error, the call should be stopped. @AndyMik90 thanks for your suggestion.

@AndyMik90 support by this PR: https://github.com/langgenius/dify/pull/3156

pls check your code is the latest, thanks @wangrg it looks fine at the latest main branch ![image](https://github.com/langgenius/dify/assets/76649700/dcb7e428-6cf1-43e9-9ee8-d77a95b15149)

Are you using the econmy index type ? @trongnichietsu

Could you please provide more details, such as provide your files and embedding models? @trongnichi

#133 数据的命中优化问题可以查看这个

QA format is to generate new questions based on your document segments.

Sorry, our document field is wrong, please follow the latest document field to request. PR:https://github.com/langgenius/dify/pull/2174 curl --location POST 'https://api.dify.dev/v1/datasets/{dataset_id}/document/create_by_file' \ --header 'Authorization: Bearer {api_key}' \ --form 'data="{"name":"Dify","indexing_technique":"high_quality","process_rule":{"rules":{"pre_processing_rules":[{"id":"remove_extra_spaces","enabled":true},{"id":"remove_urls_emails","enabled":true}],"segmentation":{"separator":"###","max_tokens":500}},"mode":"custom"}}";type=text/plain' \ --form 'file=@"/path/to/file"'