cognee/cognee/api/v1
Vasilije 1d674d459f
feat: Configurable batch size (#1941)
<!-- .github/pull_request_template.md -->

## Description
<!--
Please provide a clear, human-generated description of the changes in
this PR.
DO NOT use AI-generated descriptions. We want to understand your thought
process and reasoning.
-->

## Acceptance Criteria
<!--
* Key requirements to the new feature or modification;
* Proof that the changes work and meet the requirements;
* Include instructions on how to verify the changes. Describe how to
test it locally;
* Proof that it's sufficiently tested.
-->

## Type of Change
<!-- Please check the relevant option -->
- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] Documentation update
- [ ] Code refactoring
- [ ] Performance improvement
- [ ] Other (please specify):

## Screenshots/Videos (if applicable)
<!-- Add screenshots or videos to help explain your changes -->

## Pre-submission Checklist
<!-- Please check all boxes that apply before submitting your PR -->
- [ ] **I have tested my changes thoroughly before submitting this PR**
- [ ] **This PR contains minimal changes necessary to address the
issue/feature**
- [ ] My code follows the project's coding standards and style
guidelines
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] I have added necessary documentation (if applicable)
- [ ] All new and existing tests pass
- [ ] I have searched existing PRs to ensure this change hasn't been
submitted already
- [ ] I have linked any relevant issues in the description
- [ ] My commits have clear and descriptive messages

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin.


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **New Features**
* Added configurable chunks-per-batch to control per-batch processing
size via CLI flag, API payload, and configuration; defaults are now
driven by config with an automatic fallback.

* **Style / Documentation**
* Updated contribution/style guidelines (formatting, line length,
string-quote rule, pre-commit note).

* **Tests**
* Updated CLI tests to verify propagation of the new chunks-per-batch
parameter.

<sub>✏️ Tip: You can customize this high-level summary in your review
settings.</sub>
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-01-16 15:20:10 +01:00
..
add fix: Resolve issues with data label PR, add tests and upgrade migration 2025-12-16 20:59:17 +01:00
cloud/routers fix: resolve formatting issue (#1486) 2025-09-30 18:12:57 +02:00
cognify added batch size as an env variable option 2025-12-28 21:06:42 +01:00
config feat: api error handling restruct 2025-08-13 13:59:12 +02:00
datasets chore: fixes get_raw_data endpoint and adds s3 support (#1916) 2025-12-18 16:10:05 +01:00
delete ruff fix 2025-10-24 15:37:31 +02:00
exceptions ruff formatting 2025-08-13 15:15:39 +02:00
memify fix(api): pass run_in_background parameter to memify function 2025-11-28 12:40:53 -05:00
notebooks/routers fix: UI (#1397) 2025-09-12 20:06:44 +02:00
ontologies chore: introduces 1 file upload in ontology endpoint (#1899) 2025-12-15 18:30:35 +01:00
permissions/routers refactor: update docstring message 2025-11-10 16:23:34 +01:00
prune feat: add welcome tutorial notebook for new users (#1425) 2025-09-18 18:07:05 +02:00
responses Remove all references to SearchType.INSIGHTS across the codebase, meaningfully replacing it with SearchType.GRAPH_COMPLETION where applicable. 2025-10-08 12:13:59 +01:00
search refactor: Add back verbose parameter to search 2026-01-13 21:11:57 +01:00
settings/routers Added Mistral support as LLM provider using litellm 2025-10-12 11:44:33 +02:00
sync chore: Remove trailing whitespaces in the project, fix YAMLs 2026-01-08 17:15:53 +01:00
ui fix: install latest nvm version 2025-12-02 10:48:28 +01:00
update ruff fix 2025-10-24 15:37:31 +02:00
users ruff fix 2025-10-24 15:37:31 +02:00
visualize
__init__.py