MCPcopy Create free account
hub / github.com/53AI/53AIHub / embeddingRedisQueue

Struct embeddingRedisQueue

api/service/rag/embedding_queue.go:64–69  ·  view source on GitHub ↗

embeddingRedisQueue implements EmbeddingQueue using Redis Streams

Source from the content-addressed store, hash-verified

62
63// embeddingRedisQueue implements EmbeddingQueue using Redis Streams
64type embeddingRedisQueue struct {
65 rdb redis.Cmdable
66 opts WorkerOptions
67 workersMu sync.Mutex
68 workers map[int64]*eidWorkerPool // per-eid pool
69}
70
71type eidWorkerPool struct {
72 eid int64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected