Merge branch 'dev' into feat/csv-ingestion

This commit is contained in:
EricXiao 2025-11-17 14:42:20 +08:00 committed by GitHub
commit 688857ccc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View file

@ -194,7 +194,6 @@ async def cognify(
Prerequisites: Prerequisites:
- **LLM_API_KEY**: Must be configured (required for entity extraction and graph generation) - **LLM_API_KEY**: Must be configured (required for entity extraction and graph generation)
- **Data Added**: Must have data previously added via `cognee.add()`
- **Vector Database**: Must be accessible for embeddings storage - **Vector Database**: Must be accessible for embeddings storage
- **Graph Database**: Must be accessible for relationship storage - **Graph Database**: Must be accessible for relationship storage

View file

@ -156,7 +156,6 @@ Homepage = "https://www.cognee.ai"
Repository = "https://github.com/topoteretes/cognee" Repository = "https://github.com/topoteretes/cognee"
[project.scripts] [project.scripts]
cognee = "cognee.cli._cognee:main"
cognee-cli = "cognee.cli._cognee:main" cognee-cli = "cognee.cli._cognee:main"
[build-system] [build-system]