discourse-ai/spec/requests
Roman Rizzi eae527f99d
REFACTOR: A Simpler way of interacting with embeddings tables. (#1023)
* REFACTOR: A Simpler way of interacting with embeddings' tables.

This change adds a new abstraction called `Schema`, which acts as a repository that supports the same DB features `VectorRepresentation::Base` has, with the exception that removes the need to have duplicated methods per embeddings table.

It is also a bit more flexible when performing a similarity search because you can pass it a block that gives you access to the builder, allowing you to add multiple joins/where conditions.
2024-12-13 10:15:21 -03:00
..
admin UX: No admin header for edit personas tools or llms (#1021) 2024-12-12 10:48:58 +11:00
ai_bot FEATURE: allow artifacts to be updated (#980) 2024-12-03 07:23:31 +11:00
ai_helper FIX: Double render error with thumbnail suggestions (#968) 2024-11-27 15:12:27 -08:00
discord FEATURE: Discord Bot integration (#831) 2024-10-16 12:41:18 -03:00
embeddings REFACTOR: A Simpler way of interacting with embeddings tables. (#1023) 2024-12-13 10:15:21 -03:00
summarization REFACTOR: Support of different summarization targets/prompts. (#835) 2024-10-15 13:53:26 -03:00
topic_spec.rb FIX: Load categories for related topics (#570) 2024-04-15 09:31:07 +10:00