MCPcopy Index your code
hub / github.com/docker/docker-agent / CheckAndReindexChangedFiles

Method CheckAndReindexChangedFiles

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

CheckAndReindexChangedFiles checks for file changes and re-indexes if needed.

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

Source from the content-addressed store, hash-verified

18
19 // CheckAndReindexChangedFiles checks for file changes and re-indexes if needed.
20 CheckAndReindexChangedFiles(ctx context.Context, docPaths []string, chunking ChunkingConfig) error
21
22 // StartFileWatcher starts monitoring files for changes.
23 StartFileWatcher(ctx context.Context, docPaths []string, chunking ChunkingConfig) error

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