You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs
Rashedul Hasan Rijul 481493dbce
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.
8 months ago
..
cli cli[patch]: add integration tests to default makefile (#16479) 8 months ago
community community[patch]: apply embedding functions during query if defined (#16646) 8 months ago
core In stream_event and stream_log handle closed streams (#16661) 8 months ago
experimental core[patch]: simple prompt pretty printing (#15968) 8 months ago
langchain langchain[patch]: inconsistent results with `RecursiveCharacterTextSplitter`'s `add_start_index=True` (#16583) 8 months ago
partners google-vertexai[patch]: streaming bug (#16603) 8 months ago