mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-29 02:23:44 +02:00
Fix Cassandra index, cache loaded vector index from Milvus
This commit is contained in:
parent
bdb42dac84
commit
d1066d8e12
3 changed files with 20 additions and 10 deletions
|
|
@ -39,7 +39,7 @@ class TrustGraph:
|
|||
s text,
|
||||
p text,
|
||||
o text,
|
||||
PRIMARY KEY (s, p)
|
||||
PRIMARY KEY (s, p, o)
|
||||
);
|
||||
""");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue