Skip to content

Commit 5855686

Browse files
committed
feat: loading few shots
1 parent fc94107 commit 5855686

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/store/few_shots_store.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def __init__(self, memory_client: QdrantClient, vector_model: SentenceTransforme
2121
"identifier",
2222
"identifier"
2323
)
24+
self._load_models_from_json()
2425

2526
def _load_models_from_json(self):
2627
filepath = Path(__file__).parent.parent.parent / "few_shots.configuration.json"

0 commit comments

Comments
 (0)