Interface InMemoryEmbeddingStoreJsonCodec
public interface InMemoryEmbeddingStoreJsonCodec
-
Method Summary
Modifier and TypeMethodDescriptiondefault InMemoryEmbeddingStore<TextSegment> fromJson(InputStream in) toJson(InMemoryEmbeddingStore<?> store) default voidtoJson(OutputStream out, InMemoryEmbeddingStore<?> store)
-
Method Details
-
fromJson
-
toJson
-
fromJson
- Throws:
IOException
-
toJson
- Throws:
IOException
-