Dilip
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
… validation (#8007) * fix: add validation of null values with correct order of graphql rule validation ## Problem ## Solution
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...
Merge conflict resolved in auth_query_test ## Problem Nested Auth Rules not working properly. ## Solution see conversation
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...
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...