Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chat History #104

Open
amatelmaze opened this issue Dec 28, 2024 · 0 comments
Open

Chat History #104

amatelmaze opened this issue Dec 28, 2024 · 0 comments

Comments

@amatelmaze
Copy link

(psycopg2.errors.UndefinedTable) relation "chat_thread" does not exist LINE 2: FROM chat_thread JOIN chat_message ON chat_thread.id = chat_... ^ [SQL: SELECT chat_message.id AS chat_message_id, chat_message.role AS chat_message_role, chat_message.content AS chat_message_content, chat_message.parent_message_id AS chat_message_parent_message_id, chat_message.chat_thread_id AS chat_message_chat_thread_id, chat_message.agent_search_full_response AS chat_message_agent_search_full_response, chat_message.related_queries AS chat_message_related_queries, chat_message.image_results AS chat_message_image_results, chat_thread.id AS chat_thread_id, chat_thread.model_name AS chat_thread_model_name, chat_thread.time_updated AS chat_thread_time_updated, chat_thread.time_created AS chat_thread_time_created FROM chat_thread JOIN chat_message ON chat_thread.id = chat_message.chat_thread_id ORDER BY chat_thread.time_created DESC, chat_message.id ASC] (Background on this error at: https://sqlalche.me/e/20/f405)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant