Implement feature extraction and inference enhancements, including async processing and MongoDB integration

This commit is contained in:
2026-01-30 14:43:30 +08:00
parent 3d78b88d47
commit 1bd4547b99
7 changed files with 166 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"matplotlib>=3.10.8",
"motor>=3.7.1",
"openai>=2.16.0",
"pandas>=3.0.0",
"python-dotenv>=1.2.1",