latest--RetrieverAgent
shared| Type | object |
|---|---|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--RetrieverAgent.json |
| Parent schema | eidolon-resource |
A RetrieverAgent is an agent that will take a query, rewrite it for better similarity vector search, and then perform the vector search on the document store. The agent will dynamically load and embed files, so it is not performant for loading large bodies of files, but performs very well for small to medium-sized document stores (hundreds to thousands of documents) which are updating frequently.
Properties
The name of the document store to use.
A detailed description of the the retriever including all necessary information for the calling agent to decide to call this agent, i.e. file type or location or etc...
The maximum number of results to consider.
A URL specifying the root location of the loader.
The search pattern to use when loading files.
The APU to use for question transformation.