- Introduced the Knowledge Base (KB) API by creating a new kb package with various endpoints for collection and document management, segment management, and search functionalities. - Updated the OpenAPI router to attach the KB API, ensuring OAuth protection for all endpoints. - Implemented logging for configuration validation to enhance error handling and user feedback.
4 lines
87 B
Go
4 lines
87 B
Go
package kb
|
|
|
|
// Config is the configuration for the Knowledge Base
|
|
type Config struct{}
|