Merge branch 'refactor/backend-architecture' into development
This commit is contained in:
6
api/app/features/memory/extractor.py
Normal file
6
api/app/features/memory/extractor.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""Entity / event / fact extraction from chunks (skeleton)."""
|
||||
|
||||
|
||||
async def extract_facts(chunk_text: str, *, user_id: str) -> list[dict]:
|
||||
"""Extract structured facts from a text chunk using LLM."""
|
||||
raise NotImplementedError
|
||||
Reference in New Issue
Block a user