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

Function GetDefaultEmbeddingQueue

api/service/rag/embedding_queue.go:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57}
58
59func GetDefaultEmbeddingQueue() EmbeddingQueue {
60 return defaultEmbeddingQueue
61}
62
63// embeddingRedisQueue implements EmbeddingQueue using Redis Streams
64type embeddingRedisQueue struct {

Callers 3

EnqueueRetrievalChunkFunction · 0.85
ReindexDocumentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected