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
Naman Jain 75122646b5
core[patch]: fixed circular dependency with json schema (#18657)
**Description:** Circular dependencies when parsing references leading
to `RecursionError: maximum recursion depth exceeded` issue. This PR
address the issue by handling previously seen refs as in any typical DFS
to avoid infinite depths.

**Issue:** https://github.com/langchain-ai/langchain/issues/12163

 **Twitter handle:** https://twitter.com/theBhulawat 


- [x] **Add tests and docs**: If you're adding a new integration, please
include
1. a test for the integration, preferably unit tests that do not rely on
network access,
2. an example notebook showing its use. It lives in
`docs/docs/integrations` directory.


- [x] **Lint and test**: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified. See contribution
guidelines for more: https://python.langchain.com/docs/contributing/

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
5 months ago
..
cli infra: make `.gitignore` consistent with standard python gitignore (#16828) 6 months ago
community commnity[patch]: refactor code for faiss vectorstore, update faiss vectorstore documentation (#18092) 5 months ago
core core[patch]: fixed circular dependency with json schema (#18657) 5 months ago
experimental experimental[patch]: Fix LLM graph transformer default prompt (#18856) 5 months ago
langchain langchain[patch]: update llm_router.py (#18865) 5 months ago
partners core[minor]: generation info on msg (#18592) 5 months ago
text-splitters docs: text splitters readme (#18359) 5 months ago