MCPcopy Index your code
hub / github.com/InferCore/InferCore / Error

Method Error

internal/server/infer_rag.go:20–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20func (e *ragPipelineError) Error() string {
21 if e == nil {
22 return ""
23 }
24 return e.msg
25}
26
27// runRAGPipeline runs retrieve + rerank for request_type=rag. req is updated in place (merged chunks).
28func (s *Server) runRAGPipeline(ctx context.Context, sw *execution.StepWriter, req *types.AIRequest) error {

Callers 1

runRAGPipelineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected