Meta-Chunking(テキストLLMスライシング)
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Example:Bearer {{YOUR_API_KEY}}
Body Params multipart/form-data
ファイル言語、zh/enから選択可能、デフォルトはzh
動的マージの有無、yes/noから選択可能、デフォルトはno
Request 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