-
Notifications
You must be signed in to change notification settings - Fork 18
Comparing changes
Open a pull request
base repository: googleapis/langchain-google-alloydb-pg-python
base: v0.6.0
head repository: googleapis/langchain-google-alloydb-pg-python
compare: v0.7.0
- 19 commits
- 44 files changed
- 9 contributors
Commits on Sep 4, 2024
-
chore(deps): update python-nonmajor (#208)
* chore(deps): update python-nonmajor * Update requirements.txt --------- Co-authored-by: Averi Kitsch <akitsch@google.com>
Configuration menu - View commit details
-
Copy full SHA for 857e965 - Browse repository at this point
Copy the full SHA 857e965View commit details -
chore(deps): update github actions (#211)
Co-authored-by: Averi Kitsch <akitsch@google.com>
Configuration menu - View commit details
-
Copy full SHA for c4969f6 - Browse repository at this point
Copy the full SHA c4969f6View commit details
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f148a7e - Browse repository at this point
Copy the full SHA f148a7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b923b2 - Browse repository at this point
Copy the full SHA 5b923b2View commit details
Commits on Sep 6, 2024
-
chore(docs): Update DEVELOPER.md (#206)
* chore(docs): Update DEVELOPER.md * Update DEVELOPER.md * Update DEVELOPER.md * Update DEVELOPER.md
Configuration menu - View commit details
-
Copy full SHA for aab0d2e - Browse repository at this point
Copy the full SHA aab0d2eView commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2e7157b - Browse repository at this point
Copy the full SHA 2e7157bView commit details
Commits on Sep 10, 2024
-
fix: replacing cosine_similarity and maximal_marginal_relevance metho…
…ds (#218) Co-authored-by: Averi Kitsch <akitsch@google.com>
Configuration menu - View commit details
-
Copy full SHA for d827ccc - Browse repository at this point
Copy the full SHA d827cccView commit details -
feat!: refactor to allow support for async and sync methods (#223)
feat: refactor to support both async and sync usage fix!: support async and sync versions of indexing methods feat: add support for sync from_engine feat: add from_engine_args method Release-As: 0.7.0
Configuration menu - View commit details
-
Copy full SHA for f06834d - Browse repository at this point
Copy the full SHA f06834dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2576315 - Browse repository at this point
Copy the full SHA 2576315View commit details
Commits on Sep 11, 2024
-
chore(deps): update python-nonmajor (#220)
* chore(deps): update python-nonmajor * Update requirements.txt --------- Co-authored-by: Averi Kitsch <akitsch@google.com>
Configuration menu - View commit details
-
Copy full SHA for 86c2e69 - Browse repository at this point
Copy the full SHA 86c2e69View commit details
Commits on Sep 12, 2024
-
chore(samples): update langchain on vertexai requirement testing (#225)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/langchain-google-alloydb-pg-python/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕
Configuration menu - View commit details
-
Copy full SHA for 9ded063 - Browse repository at this point
Copy the full SHA 9ded063View commit details -
chore(deps): update dependency google-cloud-aiplatform to v1.66.0 (#229)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google-cloud-aiplatform](https://redirect.github.com/googleapis/python-aiplatform) | `==1.65.0` -> `==1.66.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/python-aiplatform (google-cloud-aiplatform)</summary> ### [`v1.66.0`](https://redirect.github.com/googleapis/python-aiplatform/blob/HEAD/CHANGELOG.md#1660-2024-09-11) [Compare Source](https://redirect.github.com/googleapis/python-aiplatform/compare/v1.65.0...v1.66.0) ##### Features - Add max_wait_duration option to custom jobs. ([ee65917](https://redirect.github.com/googleapis/python-aiplatform/commit/ee65917fbc1edc58a7e57c3601f9329ffa1304b0)) - Add Ray 2.33 support to SDK Client Builder, remove deprecated protocol_version from ray client context. ([708a67b](https://redirect.github.com/googleapis/python-aiplatform/commit/708a67b9b781d41564058904d60af7db9beafbe0)) - Add support for version 2.33 for RoV Bigquery read/write, remove dead code from version 2.4 ([a4b6c60](https://redirect.github.com/googleapis/python-aiplatform/commit/a4b6c60051efe61ad590ede8682bd36b79cafc94)) - Update Ray system tests to be compatible with new RoV 2.33 changes ([8c7bf27](https://redirect.github.com/googleapis/python-aiplatform/commit/8c7bf2724037f1ad1081d29e9534f8d26b18d95f)) - Update setup.py for including Ray v2.33, restrict RoV prediction to 2.9.3 for now ([71c6f3c](https://redirect.github.com/googleapis/python-aiplatform/commit/71c6f3c6b48a001bfdbe5f5b47d787d4797ae9bf)) ##### Bug Fixes - Identify nested Vertex Tensorboard profile runs for uploading when standard event data is not present ([0a08027](https://redirect.github.com/googleapis/python-aiplatform/commit/0a08027df7a7442af63522039445500ce1fdb7f1)) - Move region tag to include imports ([6d1f7fd](https://redirect.github.com/googleapis/python-aiplatform/commit/6d1f7fdaadade0f9f6a77c136490fac58d054ca8)) - Move region tag to include imports ([#​4357](https://redirect.github.com/googleapis/python-aiplatform/issues/4357)) ([6d1f7fd](https://redirect.github.com/googleapis/python-aiplatform/commit/6d1f7fdaadade0f9f6a77c136490fac58d054ca8)) - Rollback change to tensorboard uploader causing increased latency ([879dbcd](https://redirect.github.com/googleapis/python-aiplatform/commit/879dbcd1ed49bee573df65e764914b708382404c)) ##### Documentation - Update SDK Job Submission with Ray v2.33 updated comments ([7fda11f](https://redirect.github.com/googleapis/python-aiplatform/commit/7fda11fd25b5a78fcca69e48f9c734f2a8f86eb0)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/langchain-google-alloydb-pg-python). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Configuration menu - View commit details
-
Copy full SHA for fa6942d - Browse repository at this point
Copy the full SHA fa6942dView commit details
Commits on Sep 13, 2024
-
docs: Update sample python notebooks to reflect the support for custo…
…m schema. (#222) Specifying custom database schema names is now supported by all library methods. This commit highlights the same in the python notebooks. Co-authored-by: Averi Kitsch <akitsch@google.com>
Configuration menu - View commit details
-
Copy full SHA for 18dbf69 - Browse repository at this point
Copy the full SHA 18dbf69View commit details -
docs: added example for chat message history with omni (#191)
* feat: added example for chat message history with omni * nit: resolve pr comments Co-authored-by: Jack Wotherspoon <jackwoth@google.com> * Update docs/chat_message_history.ipynb Co-authored-by: Jack Wotherspoon <jackwoth@google.com> * Fix alloy db omni init * Update docs/chat_message_history.ipynb * Update docs/vector_store.ipynb --------- Co-authored-by: Jack Wotherspoon <jackwoth@google.com> Co-authored-by: Averi Kitsch <akitsch@google.com>
Configuration menu - View commit details
-
Copy full SHA for 2e6809f - Browse repository at this point
Copy the full SHA 2e6809fView commit details
Commits on Sep 16, 2024
-
feat: Made add_embeddings method public (#228)
* feat: Made add_embeddings method public * Lint * Added add_embeddings tests * Async vectorstore: Made method private * Removed tests for private method * Revert changes to make method private * Added truncate statements to assure independence of tests --------- Co-authored-by: Averi Kitsch <akitsch@google.com>
Configuration menu - View commit details
-
Copy full SHA for 433b92f - Browse repository at this point
Copy the full SHA 433b92fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6dc991 - Browse repository at this point
Copy the full SHA e6dc991View commit details
Commits on Sep 17, 2024
-
docs: Migration samples (#230)
* docs: doc skeleton * Added steps to migrate from Pinecone to Alloy * Formatted the doc * Resolved comments * Added code for milvus migration * Added code for different vectorstores * Resolved comments * Added note * Resolved comments
Configuration menu - View commit details
-
Copy full SHA for 9fd9308 - Browse repository at this point
Copy the full SHA 9fd9308View commit details -
feat: Add multi-modal support vector store (#207)
* re-design API * add test dependency * integration tests * fix integration tests * fix integration tests * test * fix test * fix test * finall * merge error * fix int test * add docstring
Configuration menu - View commit details
-
Copy full SHA for 8d259ba - Browse repository at this point
Copy the full SHA 8d259baView commit details -
chore(main): release 0.7.0 (#221)
* chore(main): release 0.7.0 * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Averi Kitsch <akitsch@google.com>
Configuration menu - View commit details
-
Copy full SHA for 400edf4 - Browse repository at this point
Copy the full SHA 400edf4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.6.0...v0.7.0