freedmand / semantra

Multi-tool for semantic search
MIT License
2.49k stars 139 forks source link

How to migrate to different computer? #65

Closed kindofausername closed 9 months ago

kindofausername commented 10 months ago

I want to migrate my semantra to a different computer but don't want to reembed all documents again.

freedmand commented 9 months ago

Hi @kindofausername, you can migrate from computer A to computer B by doing the following:

Computer A:

semantra --show-semantra-dir

This will print the directory in which Semantra is storing all its files.

On computer B, install Semantra and run the same command: semantra --show-semantra-dir. Then you can migrate the files by simply copying them from computer A's directory to computer B's directory.