mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-29 12:34:28 +08:00
fix milvus shutdown error (#1307)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package dev.langchain4j.store.embedding;
|
||||
|
||||
import dev.langchain4j.data.segment.TextSegment;
|
||||
|
||||
public interface EmbeddingStoreFactory {
|
||||
|
||||
EmbeddingStore create(String collectionName);
|
||||
EmbeddingStore<TextSegment> create(String collectionName);
|
||||
}
|
||||
Reference in New Issue
Block a user