pydo.genai.create_knowledge_base_data_source()
Generated on 17 Apr 2025
from pydo
version
v0.10.0
Description
To add a data source to a knowledge base, send a POST request to /v2/gen-ai/knowledge_bases/{knowledge_base_uuid}/data_sources
.
Parameters
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
knowledge_base_uuid |
string | True | Knowledge base id | |
body |
JSON or IO[bytes] | False |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.