Phase 4 구현 완료: Neo4j 벡터 검색 + 그래프 저장소
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user