-
Notifications
You must be signed in to change notification settings - Fork 15.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge master correctly #25999
Merged
merge master correctly #25999
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7457949 - Browse repository at this point
Copy the full SHA 7457949View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb642e1 - Browse repository at this point
Copy the full SHA fb642e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dfc8c0 - Browse repository at this point
Copy the full SHA 1dfc8c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 035d8cf - Browse repository at this point
Copy the full SHA 035d8cfView commit details -
community[patch]: change default Neo4j username/password (#25226)
**Description:** Change the default Neo4j username/password (when not supplied as environment variable or in code) from `None` to `""`. Neo4j has an option to [disable auth](https://neo4j.com/docs/operations-manual/current/configuration/configuration-settings/#config_dbms.security.auth_enabled) which is helpful when developing. When auth is disabled, the username / password through the `neo4j` module should be `""` (ie an empty string). Empty strings get marked as false in `langchain_core.utils.env.get_from_dict_or_env` -- changing this code / behaviour would have a wide impact and is undesirable. In order to both _allow_ access to Neo4j with auth disabled and _not_ impact `langchain_core` this patch is presented. The downside would be that if a user forgets to set NEO4J_USERNAME or NEO4J_PASSWORD they would see an invalid credentials error rather than missing credentials error. This could be mitigated but would result in a less elegant patch! **Issue:** Fix issue where langchain cannot communicate with Neo4j if Neo4j auth is disabled.
Configuration menu - View commit details
-
Copy full SHA for f49da71 - Browse repository at this point
Copy the full SHA f49da71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0af447c - Browse repository at this point
Copy the full SHA 0af447cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac92210 - Browse repository at this point
Copy the full SHA ac92210View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc3b026 - Browse repository at this point
Copy the full SHA bc3b026View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eb9ff5 - Browse repository at this point
Copy the full SHA 9eb9ff5View commit details -
community: delta in openai choice can be None, creates handler for th…
…at (#25954) Thank you for contributing to LangChain! - [X ] **PR title** - [X ] **PR message**: **Description:** adds a handler for when delta choice is None **Issue:** Fixes #25951 **Dependencies:** Not applicable - [ X] **Add tests and docs**: Not applicable - [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/ Additional guidelines: - Make sure optional dependencies are imported within a function. - Please do not add dependencies to pyproject.toml files (even optional ones) unless they are required for unit tests. - Most PRs should not touch more than one package. - Changes should be backwards compatible. - If you are adding something to community, do not re-import it in langchain. If no one reviews your PR within a few days, please @-mention one of baskaryan, efriis, eyurtsev, ccurme, vbarda, hwchase17. Co-authored-by: Grande <Tom.Daniel.Grande@statsbygg.no> Co-authored-by: Erick Friis <erick@langchain.dev>
Configuration menu - View commit details
-
Copy full SHA for 0207dc1 - Browse repository at this point
Copy the full SHA 0207dc1View commit details -
openai[patch]: Upgrade @root_validators in preparation for pydantic 2…
… migration (#25491) * Upgrade @root_validator in openai pkg * Ran notebooks for all but AzureAI embeddings --------- Co-authored-by: Bagatur <baskaryan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bc3b851 - Browse repository at this point
Copy the full SHA bc3b851View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.