hello, got few questions about retrievers. does the retriever returned from as_retriever() methods text_to_image_retrieve(query_str) and retrieve(query_str) embed the query string by default? Which model does it use to do the embedding if so? We are hitting a 77 (tokens?) limit on the query string argument. Is there a way around it?