Meta-Chunking(テキストLLMスライシング)
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://api.302.ai/302/kb/knowledge_base/text_meta_chunking' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--form 'text=""' \
--form 'model_name="gpt-4o-mini"' \
--form 'language="zh"' \
--form 'dynamic_merge="no"'
Responses
application/json Modified at 2024-12-17 01:57:53