yao/kb
Max b76afe23bf Add Knowledge Base configuration and integration with GraphRag
- Introduced a new configuration structure for the Knowledge Base, supporting vector and graph database configurations.
- Implemented JSON parsing methods for loading configurations from files and converting them to JSON format.
- Enhanced the Knowledge Base instance to integrate with GraphRag, allowing for dynamic configuration of vector and graph stores.
- Added feature detection capabilities to determine available functionalities based on the current configuration.
- Updated the Knowledge Base loading process to read from a specified configuration file, improving flexibility and usability.
2025-07-23 17:07:38 +08:00
..
config.go Add Knowledge Base configuration and integration with GraphRag 2025-07-23 17:07:38 +08:00
config_test.go Add Knowledge Base configuration and integration with GraphRag 2025-07-23 17:07:38 +08:00
kb.go Add Knowledge Base configuration and integration with GraphRag 2025-07-23 17:07:38 +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