Commits
Click on a commit to change the comparison rangefeat(superlinked): add SuperlinkedRetriever integration and an example notebook fix: update pyproject.toml to PDM format and fix circular import
- Convert from Poetry to PDM backend format to match LangChain standards
- Remove circular import in SuperlinkedRetriever docstring
- Delete poetry.lock file (no longer needed with PDM)
- Update notebook to follow LangChain template requirements Merge branch 'master' into feat/add-superlinked-integration docs(integrations): add Superlinked provider page and examples; move integration to external package docs(integrations): add Superlinked provider page and runnable examples; convert examples to ipynb; align retriever notebook with links and app/query guidance add required headers to notebook