MCPcopy Create free account
hub / github.com/docker/docker-agent / StartFileWatcher

Method StartFileWatcher

pkg/rag/strategy/types.go:23–23  ·  view source on GitHub ↗

StartFileWatcher starts monitoring files for changes.

(ctx context.Context, docPaths []string, chunking ChunkingConfig)

Source from the content-addressed store, hash-verified

21
22 // StartFileWatcher starts monitoring files for changes.
23 StartFileWatcher(ctx context.Context, docPaths []string, chunking ChunkingConfig) error
24
25 // Close releases resources held by the strategy.
26 Close() error

Callers 2

StartMethod · 0.65
StartFileWatcherMethod · 0.65

Implementers 4

staticStrategypkg/rag/manager_rerank_test.go
Managerpkg/rag/manager.go
VectorStorepkg/rag/strategy/vector_store.go
BM25Strategypkg/rag/strategy/bm25.go

Calls

no outgoing calls

Tested by

no test coverage detected