langchain
481493db - community[patch]: apply embedding functions during query if defined (#16646)

Commit
1 year ago
community[patch]: apply embedding functions during query if defined (#16646) **Description:** This update ensures that the user-defined embedding function specified during vector store creation is applied during queries. Previously, even if a custom embedding function was defined at the time of store creation, Bagel DB would default to using the standard embedding function during query execution. This pull request addresses this issue by consistently using the user-defined embedding function for queries if one has been specified earlier.
Author
Parents
Loading