googleapis / langchain-google-cloud-sql-pg-python

Apache License 2.0
29 stars 11 forks source link

fix: Replacing cosine_similarity and maximal_marginal_relevance local method with the ones in langchain core. #190

Closed dishaprakash closed 2 months ago

conventional-commit-lint-gcf[bot] commented 2 months ago

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot https://conventionalcommits.org/

averikitsch commented 2 months ago

Need to run isort linter. First install the test deps: pip install .[test], then run the linter isort ..