Dilip

Results 7 issues of Dilip

## Problem ## Solution

## Problem Multiple entries for the same predicate can lead to inconsistent state, ## Solution hence adding an error for it instead. Fixes DGRAPH-3225

cherry-pick

… validation (#8007) * fix: add validation of null values with correct order of graphql rule validation ## Problem ## Solution

cherry-pick

Fixes GQLSAAS-1236. This PR optimizes `eq` filter GraphQL queries. For ex: The below DQL query: ``` query { queryPerson(filter: {nick: {eq: "Dgraph"}}){ id name nick } } ``` will now...

cherry-pick

Merge conflict resolved in auth_query_test ## Problem Nested Auth Rules not working properly. ## Solution see conversation

cherry-pick

Earlier, whenever the alpha starts(or restarts), we were upserting guardian and groot for all the namespaces. This is not actually needed. The change was made in the PR #7759 to...

cherry-pick

Added Oil Rig Demo using pydgraph client with setup/config instructions This demo illustrates 2 Dgraph x Vector DB x LLM use cases 1. Upon Oil Rig insert into dgraph and...