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
Tomaz Bratanic d3a2b9fae0
Fix neo4j type error on missing constraint information (#24177)
If you use `refresh_schema=False`, then the metadata constraint doesn't
exist. ATM, we used default `None` in the constraint check, but then
`any` fails because it can't iterate over None value
2 months ago
..
cli
community Fix neo4j type error on missing constraint information (#24177) 2 months ago
core
experimental
langchain
partners qdrant: new Qdrant implementation (#24164) 2 months ago
standard-tests
text-splitters