Loading request...
A user with a PostgreSQL database full of articles, posts, and news items wants to add an LLM layer to enable natural language queries for summarization, such as "Generate a summary of all posts of last august."
I have a @PostgreSQL database full of articles, posts and news items. What is the best way to add a LLM isolate on top of this database? The user should be able to prompt: Generate a summary of all posts of last august.