You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Update vectorstore search to support inline embedding (#201)
refactor: Update vectorstore search to support inline embedding
While using inline embedding functions in the current select sql query,
due to parameterization, sql throws an error( The parameter has to
already be in vector datatype).
This change is to support inline embedding functions.
0 commit comments