yao/kb
Max bb64eef20d Implement environment variable resolution in configuration parsing and enhance collection management API
- Added a new test for resolving environment variables during configuration parsing, ensuring that environment variables are correctly substituted in the configuration.
- Refactored the configuration handling to resolve environment variables immediately after parsing, improving the clarity and usability of the configuration structure.
- Enhanced the collection management API by standardizing error responses and success responses using a custom response structure, improving consistency across endpoints.
- Implemented cleanup logic for test collections to ensure proper resource management during testing.
2025-07-24 17:08:58 +08:00
..
config.go Implement environment variable resolution in configuration parsing and enhance collection management API 2025-07-24 17:08:58 +08:00
config_test.go Implement environment variable resolution in configuration parsing and enhance collection management API 2025-07-24 17:08:58 +08:00
kb.go Enhance CI workflows and Knowledge Base integration 2025-07-23 17:42:10 +08:00
kb_test.go Enhance CI workflows and Knowledge Base integration 2025-07-23 17:42:10 +08:00
README.md Update dependencies in go.mod and go.sum to latest versions for improved stability and performance 2025-07-13 09:15:54 +08:00
types.go Add Knowledge Base configuration and integration with GraphRag 2025-07-23 17:07:38 +08:00

Knowledge Base