API 文档
简体中文
通过 ID 获取特定知识库的详细信息。
A valid request URL is required to generate request examples
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>", "provider": "<string>", "permission": "<string>", "data_source_type": "<string>", "indexing_technique": "<string>", "app_count": 123, "document_count": 123, "word_count": 123, "created_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": 123, "updated_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "updated_at": 123, "embedding_model": "<string>", "embedding_model_provider": "<string>", "embedding_available": true, "retrieval_model_dict": { "search_method": "hybrid_search", "reranking_enable": true, "reranking_mode": { "reranking_provider_name": "<string>", "reranking_model_name": "<string>" }, "top_k": 123, "score_threshold_enabled": true, "score_threshold": 123, "weights": 123 }, "tags": [ {} ], "doc_form": "<string>" }
API-Key 鉴权。所有 API 请求都应在 Authorization HTTP Header 中包含你的 API-Key,格式为 Bearer {API_KEY}。强烈建议开发者把 API-Key 放在后端存储,而非分享或者放在客户端存储,以免 API-Key 泄露,导致财产损失。
Authorization
Bearer {API_KEY}
知识库的唯一标识符。
关于数据集的详细信息。
显示 子属性
此页面对您有帮助吗?