refactor(search): remove NLP/smart-search feature entirely #772

Merged
marcel merged 51 commits from worktree-feat+nlp-service into main 2026-06-08 10:57:01 +02:00
2 changed files with 0 additions and 3 deletions
Showing only changes of commit 829194f345 - Show all commits

View File

@@ -5,8 +5,6 @@ import re
from datetime import date
from typing import TYPE_CHECKING
import dateparser
from models import ParseResponse
from person_matcher import PersonMatcher

View File

@@ -1,6 +1,5 @@
fastapi[standard]==0.115.6
uvicorn[standard]==0.34.0
dateparser>=1.2,<2.0
rapidfuzz>=3.0,<4.0
psycopg2-binary>=2.9,<3.0
pytest>=8.0,<9.0