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
cjpark-data ce22e10c4b
community[patch]: Fix KeyError 'embedding' (MongoDBAtlasVectorSearch) (#17178)
- **Description:**
Embedding field name was hard-coded named "embedding".
So I suggest that change `res["embedding"]` into
`res[self._embedding_key]`.
  - **Issue:** #17177,
- **Twitter handle:**
[@bagcheoljun17](https://twitter.com/bagcheoljun17)
8 months ago
..
cli
community community[patch]: Fix KeyError 'embedding' (MongoDBAtlasVectorSearch) (#17178) 8 months ago
core langchain[minor], core[minor]: update json, pydantic parser. add openai-json structured output runnable (#16914) 8 months ago
experimental
langchain langchain[patch], community[patch]: Fixes in the Ontotext GraphDB Graph and QA Chain (#17239) 8 months ago
partners google-vertexai[patch]: fix _parse_response_candidate issue (#16647) 8 months ago