Conversational memory retrieval systems have traditionally relied on large language models to structure data at ingestion and learned policies for query retrieval. However, researchers have now demonstrated that these approaches are not necessary. A new method, SmartSearch, achieves effective retrieval from unstructured conversation history using a deterministic pipeline. This pipeline leverages named entity recognition-weighted substring matching for recall and rule-based entity discovery for multi-hop expansion, ultimately ranking results with a CrossEncoder and ColBert. The SmartSearch approach eliminates the need for complex structuring and learned retrieval policies, simplifying the process and potentially improving efficiency1. By bypassing the need for large language models, SmartSearch reduces the computational requirements and mitigates potential security risks associated with these models. This development matters to practitioners because it enables more efficient and secure conversational memory retrieval, which can have significant implications for applications in areas such as customer service and language-based interfaces.