Ask a question to get started
Enter to sendā¢Shift+Enter new line
Saves a NeuralDB instance to disk. Can be loaded into memory by calling NeuralDB.from_checkpoint(path)
save( self, path: str, ) -> None
path
str
path on disk to save the NeuralDB instance to.