Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MultiSearch ¶
func MultiSearch(store core.VectorStore, embedder embedding.Provider, opts SearchOptions) pipeline.Step[*core.RetrievalContext]
MultiSearch 执行并行多路向量搜索 它会检查 Agentic.SubQueries,并为每个查询并行发起搜索
func Search ¶
func Search(store core.VectorStore, embedder embedding.Provider, opts SearchOptions) pipeline.Step[*core.RetrievalContext]
Search creates a new vector search step.
Types ¶
Click to show internal directories.
Click to hide internal directories.