cozodb / cozo

A transactional, relational-graph-vector database that uses Datalog for query. The hippocampus for AI!
https://cozodb.org
Mozilla Public License 2.0
3.24k stars 92 forks source link

Vector search error #232

Open Volland opened 5 months ago

Volland commented 5 months ago

I have a table of graph triple with vector embedding and some times we get error

  \x1B[31m×\x1B[0m Cannot find compound key for HNSW: ([to_uuid("ec1d62f2-82c9-4095-bdcc-4fc4efd472ed")], 4, -1)\n'

is it any way to cure a data ? What is a reason for this error ? Also I do not see any record with this id in a table . could some body explain what this uuid mean ?

Our data base is embedded to an app so maybe process of upgrading of index was interrupted etc

Volland commented 5 months ago

@zh217 i really need help with it .