Skip to content

Commit 526de43

Browse files
danmichaeljonesDan Jones
andauthored
Add fetch option to retrieval_type type hint (#8)
Co-authored-by: Dan Jones <danjones@Dans-MacBook-Pro.local>
1 parent 6ae9721 commit 526de43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engram/_models/memory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class ConversationContent:
5656

5757
@dataclass(slots=True)
5858
class RetrievalConfig:
59-
retrieval_type: Literal["vector", "bm25", "hybrid"]
59+
retrieval_type: Literal["vector", "bm25", "hybrid", "fetch"]
6060
limit: int | None = None
6161

6262

0 commit comments

Comments
 (0)