RAG Search Specialist
The Knowledge Retriever Agent performs semantic vector search across configured knowledge sources using embedding models. It generates query embeddings from analysis context, searches vector database (simulating Pinecone) with configurable topK results and similarity threshold, applies reranking to optimize relevance ordering, and returns retrieved chunks with full metadata. Each chunk includes content, source name and type (legislation, memento, case_law, client_data), relevance score, and metadata (title, date, author, section, page number). Highlights show matching text for quick verification. The agent tracks search metrics: query embedding time, search time, rerank time, total time, documents scanned, and chunks returned. Reasoning traces show: initiating vector search across configured sources with query preview, and concluding with result count, top sources, and average relevance percentage.
Part of Scenario 3: Multi-Agent Legislative Impact Analysis Platform
Portal: Nexgile LexAgents Nexus
Agent ID: Knowledge Retriever
Problem Statement
The challenge addressed
Core Logic
How the agent solves it
System Navigation
Explore related components
Portal
Nexgile LexAgents Nexus
Digital Worker
Scenario 3: Multi-Agent Legislative Impact Analysis Platform
Current Agent
RAG Search Specialist