Closed uogbuji closed 10 months ago
Probably good to merge to main. @choccccy while you review, notice my SQL schema mods. I removed the ON CONFLICT
clause in this case. It's OK in theory for multiple identical chat log entries to be added, though of course that's unrealistic for actual real-world chat media. I didn't look at any other uses of ON CONFLICT
, but I shall when I get a chance.
Implement
pgvector_message.get_chatlog()
, with support for date constraint & limit, while deprecatingpgvector_message.get_table()
. Tidy up embedding tests with more use of fixtures & teardown.