Closed jlewi closed 1 month ago
I flipped the value to be true but it doesn't actually get enabled if you have an empty RAG config in your configuration.
The problem is here https://github.com/jlewi/foyle/blob/5f30c461b1f178474d23e08a5bca073ca93724f8/app/pkg/config/config.go#L293
If the config.Agent is nil or config.Agent.RAG is nil we won't enable RAG but we should. We should return whatever the default value is as set by the constant.
I flipped the value to be true but it doesn't actually get enabled if you have an empty RAG config in your configuration.
The problem is here https://github.com/jlewi/foyle/blob/5f30c461b1f178474d23e08a5bca073ca93724f8/app/pkg/config/config.go#L293
If the config.Agent is nil or config.Agent.RAG is nil we won't enable RAG but we should. We should return whatever the default value is as set by the constant.