Fix Cassandra index, cache loaded vector index from Milvus

This commit is contained in:
Cyber MacGeddon 2024-07-16 23:20:30 +01:00
parent bdb42dac84
commit d1066d8e12
3 changed files with 20 additions and 10 deletions

View file

@ -39,7 +39,7 @@ class TrustGraph:
s text,
p text,
o text,
PRIMARY KEY (s, p)
PRIMARY KEY (s, p, o)
);
""");