mirror of
https://gitee.com/agents-flex/agents-flex.git
synced 2024-11-29 18:38:17 +08:00
refactor: update StoreOptions to extends Metadata
This commit is contained in:
parent
1b690b8347
commit
3a853e56cb
@ -16,6 +16,7 @@
|
||||
package com.agentsflex.store;
|
||||
|
||||
import com.agentsflex.llm.embedding.EmbeddingOptions;
|
||||
import com.agentsflex.util.Metadata;
|
||||
import com.agentsflex.util.StringUtil;
|
||||
|
||||
import java.util.ArrayList;
|
||||
@ -25,7 +26,7 @@ import java.util.List;
|
||||
/**
|
||||
* Store Options, Each store can have its own Options implementation.
|
||||
*/
|
||||
public class StoreOptions {
|
||||
public class StoreOptions extends Metadata {
|
||||
|
||||
public static final StoreOptions DEFAULT = new StoreOptions() {
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user