Skip to content

Commit

Permalink
added AT and KL to mvp1 creative edges
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiwenho committed Jun 1, 2024
1 parent ff43f13 commit 450909b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions medikanren2/neo/neo-server/neo-server.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

(define DEFAULT_PORT 8384)

(define NEO_SERVER_VERSION "1.45")
(define NEO_SERVER_VERSION "1.46")

;; Maximum number of results to be returned from *each individual* KP,
;; or from mediKanren itself.
Expand Down Expand Up @@ -1459,8 +1459,7 @@
(list
(auxiliary-graph-attribute aux-id)
agent-type-attribute
knowledge-level-attribute
)
knowledge-level-attribute)
'object obj
'predicate pred
'subject sub
Expand All @@ -1478,7 +1477,9 @@
(hash-set! edges (string->symbol id)
(hash 'attributes
(list
(auxiliary-graph-attribute aux-id))
(auxiliary-graph-attribute aux-id)
agent-type-attribute
knowledge-level-attribute)
'object obj
'predicate pred
'subject sub
Expand Down

0 comments on commit 450909b

Please sign in to comment.