langchain/libs
Nolan b49104c2c9
Add missing doc key to metadata field in AzureSearch Vectorstore (#13328)
- **Description:** Adds doc key to metadata field when adding document
to Azure Search.
  - **Issue:** -,
  - **Dependencies:** -,
  - **Tag maintainer:** @eyurtsev,
  - **Twitter handle:** @finnless

Right now the document key with the name FIELDS_ID is not included in
the FIELDS_METADATA field, and therefore is not included in the Document
returned from a query. This is really annoying if you want to be able to
modify that item in the vectorstore.

Other's thoughts on this are welcome.
2023-12-04 19:53:27 -08:00
..
cli Library Licenses (#13300) 2023-11-28 17:34:27 -08:00
core fix: call _on_llm_error() (#13581) 2023-12-04 19:44:50 -08:00
experimental langchain[patch]: Running SQLDatabaseChain adds prefix "SQLQuery:\n" (#14058) 2023-12-01 19:26:16 -08:00
langchain Add missing doc key to metadata field in AzureSearch Vectorstore (#13328) 2023-12-04 19:53:27 -08:00