FAQ
Below is a list of frequently asked questions and common issues encountered.
Issue
Embeddings query errors like this:
SQLError: no such function: json_extract
Solution
Upgrade Python version as it doesn’t have SQLite support for json_extract
Issue
Segmentation faults and similar errors on macOS
Solution
Downgrade PyTorch to <= 1.12. See issue #377 for more on this issue.
Issue
ContextualVersionConflict
exception when importing certain libraries while running one of the examples notebooks on Google Colab
Solution
Restart the kernel. See issue #409 for more on this issue.