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.
2024-01-27 16:46:33 -08:00
..
cli cli[patch]: add integration tests to default makefile (#16479) 2024-01-23 16:09:16 -07:00
community community[patch]: apply embedding functions during query if defined (#16646) 2024-01-27 16:46:33 -08:00
core In stream_event and stream_log handle closed streams (#16661) 2024-01-27 08:09:29 -08:00
experimental core[patch]: simple prompt pretty printing (#15968) 2024-01-12 21:08:51 -05:00
langchain langchain[patch]: inconsistent results with RecursiveCharacterTextSplitter's add_start_index=True (#16583) 2024-01-25 15:50:06 -08:00
partners google-vertexai[patch]: streaming bug (#16603) 2024-01-26 09:45:34 -08:00