Skip to content

Tags: datastax/graph-rag

Tags

v0.5.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
restored 'k' parameter when creating strategies (#159)

* restored 'k' parameter when creating strategies

* lint

v0.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix typo (#155)

v0.4.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support dicts in lists in metadata (#148)

* Support dicts in lists in metadata

This allows cases like:

```
metadata = {
    "entities": [
        {"entity": "Bell", "type": "PEOPLE"},
        ...
    ]
}
```

Note: For stores that perform shredding this works by JSON encoding the
entire item `{"entity": "Bell", "type": "PEOPLE"}` into the key. This
means that equality on the items of `entities` are supported, by digging
into fields won't be.

* lint/fmt

* lint

v0.4.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix opensearch (#144)

v0.4.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix env loading (#140)

* fix env loading

* only set missing, required variables

v0.4.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
set the component name (#110)

* set the component name

* lint

v0.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
added animals dataset to helpers (#99)

* added animals dataset to helpers

* lint

* make it a function

* fix linting

---------

Co-authored-by: Ben Chambers <35960+bjchambers@users.noreply.github.com>

v0.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update main.yml to latest deploy-pages action (#78)

v0.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add document_graph helpers for work with networkx (#42)

Currently, these support creating a networkx node graph (edges based
on the "hypernodes") and extracting communities from that.

v0.1.0

release: fix paths?