Files
lancedb/python/lancedb
Chang She 2861f33982 fix(python): fix multiple embedding functions bug (#597)
Closes #594

The embedding functions are pydantic models so multiple instances with
the same parameters are considered ==, which means that if you have
multiple embedding columns it's possible for the embeddings to get
overwritten. Instead we use `is` instead of == to avoid this problem.

testing: modified unit test to include this case
2024-04-05 16:22:59 -07:00
..
2024-04-05 16:22:59 -07:00
2023-09-18 13:07:21 -07:00
2023-09-16 21:23:51 -04:00
2023-06-12 11:22:34 -07:00
2023-06-12 11:22:34 -07:00
2023-09-15 20:21:34 -07:00