Ask a question to get started
Enter to sendā¢Shift+Enter new line
Look up based on prompt and llm_string. If there are hits, return (document_id, cached_entry)
alookup_with_id( self, prompt: str, llm_string: str ) -> Optional[Tuple[str, RETURN_VAL_TYPE]]