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 执行向量搜索的原子步骤
Types ¶
type SearchOptions ¶
SearchOptions 搜索选项
Click to show internal directories.
Click to hide internal directories.