LangChain - Document Loading
You want to load only active users from a database using Langchain's
SQLDatabaseLoader. Which query and loader setup correctly filters active users assuming the table is users with a boolean column is_active?