Documentation
¶
Overview ¶
Package image provides image retrieval steps for multimodal RAG pipelines.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Search ¶
func Search( store core.VectorStore, topK int, logger logging.Logger, metrics core.Metrics, ) pipeline.Step[*core.RetrievalContext]
Search creates an image-based vector search step with logger and metrics.
Parameters:
- store: vector store to search
- topK: number of results to retrieve (default: 10)
- logger: structured logger (auto-defaults to NoopLogger if nil)
- metrics: metrics collector (optional, can be nil)
Example:
p.AddStep(image.Search(store, 20, logger, metrics))
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.