-
In the documentation, it's clear how to save a VectorStore to disk, but in the retrieval docs, there's no example, and no methods I could find in LangChain for doing it. Will I have to do it directly from DeepLake instead? I don't think that will cause issues, saving using LangChain and loading from DeepLake, but it does feel awkward to have mismatched I/O like that. Any insight would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The obvious answer that I thought was wrong, for some reason, is simply pickling them so there's no issue with different object types for input vs output. I checked some of the end-to-end examples and seeing as that is what they do there, I'm going to do that and close this before anyone notices me being dense. |
Beta Was this translation helpful? Give feedback.
The obvious answer that I thought was wrong, for some reason, is simply pickling them so there's no issue with different object types for input vs output. I checked some of the end-to-end examples and seeing as that is what they do there, I'm going to do that and close this before anyone notices me being dense.