* 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. |
||
---|---|---|
.. | ||
all_mpnet_base_v2_spec.rb | ||
gemini_spec.rb | ||
multilingual_e5_large_spec.rb | ||
text_embedding_3_large_spec.rb | ||
text_embedding_3_small_spec.rb | ||
text_embedding_ada_002_spec.rb | ||
vector_rep_shared_examples.rb |