langchain/libs
jigsawlabs-student 427a04151c
community: fix neo4j from_existing_graph (#24912)
Fixes Neo4JVector.from_existing_graph integration with huggingface

Previously threw an error with existing databases, because
from_existing_graph query returns empty list of new nodes, which are
then passed to embedding function, and huggingface errors with empty
list.

Fixes [24401](https://github.com/langchain-ai/langchain/issues/24401)

---------

Co-authored-by: Jeff Katzy <jeffreyerickatz@gmail.com>
2024-08-05 21:01:46 +00:00
..
cli docs: update retriever template, add arxiv retriever (#24947) 2024-08-01 16:53:18 -04:00
community community: fix neo4j from_existing_graph (#24912) 2024-08-05 21:01:46 +00:00
core core[minor]: Introduce DocumentIndex abstraction (#25062) 2024-08-05 18:06:33 +00:00
experimental experimental: Add gliner graph transformer (#25066) 2024-08-05 21:01:27 +00:00
langchain langchain: Make RetryWithErrorOutputParser.from_llm() create a correct retry chain (#25053) 2024-08-05 14:21:27 +00:00
partners milvus: fixed bug when using partition key and dynamic fields together (#25028) 2024-08-05 16:01:55 +00:00
standard-tests core[minor]: Introduce DocumentIndex abstraction (#25062) 2024-08-05 18:06:33 +00:00
text-splitters text-splitters[patch]: Release 0.2.3 (#24998) 2024-08-02 20:27:22 +00:00