Merge branch 'dev' into feat/csv-ingestion
This commit is contained in:
commit
688857ccc3
2 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue