discourse-ai/spec/lib/modules/embeddings/vector_representations
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
..
all_mpnet_base_v2_spec.rb UX: Re-introduce embedding settings validations (#457) 2024-02-01 16:54:09 -03:00
gemini_spec.rb FIX: Gemini inference client was missing #instance (#1019) 2024-12-10 15:42:31 -03:00
multilingual_e5_large_spec.rb UX: Re-introduce embedding settings validations (#457) 2024-02-01 16:54:09 -03:00
text_embedding_3_large_spec.rb FIX: typo causing text_embedding_3_large to fail (#460) 2024-02-05 11:16:36 +11:00
text_embedding_3_small_spec.rb FIX: typo causing text_embedding_3_large to fail (#460) 2024-02-05 11:16:36 +11:00
text_embedding_ada_002_spec.rb UX: Re-introduce embedding settings validations (#457) 2024-02-01 16:54:09 -03:00
vector_rep_shared_examples.rb REFACTOR: A Simpler way of interacting with embeddings tables. (#1023) 2024-12-13 10:15:21 -03:00