Phase 4 구현 완료: Neo4j 벡터 검색 + 그래프 저장소

This commit is contained in:
lasta
2026-05-14 10:35:31 +09:00
parent ec4f9a64f6
commit 7ea8df65d8
34 changed files with 4459 additions and 7 deletions

View File

@@ -1,16 +1,15 @@
[project]
name = "crawler-platform"
version = "0.1.0"
description = "Ontology-centered crawler and knowledge DB for reusable subscription recommendation platforms."
requires-python = ">=3.11"
name = "ontology-platform"
version = "0.2.0"
description = "Fast ontology extraction platform with lightweight JSON-based candidate extraction and optional OntoCast RDF refinement."
requires-python = ">=3.12"
dependencies = [
"beautifulsoup4>=4.12",
"fastapi>=0.110",
"playwright>=1.44",
"pydantic>=2",
"pydantic-settings>=2",
"PyYAML>=6",
"requests>=2.31",
"SQLAlchemy>=2",
"trafilatura[all]>=2.0.0",
"uvicorn[standard]>=0.29",
]