-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule-core.xml
More file actions
30 lines (30 loc) · 1.13 KB
/
module-core.xml
File metadata and controls
30 lines (30 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="iris-vector-graph-core.ZPM">
<Module>
<Name>iris-vector-graph-core</Name>
<Description>Pure ObjectScript graph + vector primitives for IRIS. No Python required.</Description>
<Version>1.27.0</Version>
<Packaging>module</Packaging>
<SourcesRoot>iris_src/src</SourcesRoot>
<Resource Name="Graph.KG.VecIndex.CLS"/>
<Resource Name="Graph.KG.PLAIDSearch.CLS"/>
<Resource Name="Graph.KG.GraphIndex.CLS"/>
<Resource Name="Graph.KG.Traversal.CLS"/>
<Resource Name="Graph.KG.PageRank.CLS"/>
<Resource Name="Graph.KG.Algorithms.CLS"/>
<Resource Name="Graph.KG.Subgraph.CLS"/>
<Resource Name="Graph.KG.BenchSeeder.CLS"/>
<Resource Name="Graph.KG.Meta.CLS"/>
<Keywords>
<Keyword>vector</Keyword>
<Keyword>graph</Keyword>
<Keyword>knowledge-graph</Keyword>
<Keyword>ANN</Keyword>
<Keyword>PLAID</Keyword>
<Keyword>PageRank</Keyword>
<Keyword>objectscript</Keyword>
</Keywords>
</Module>
</Document>
</Export>