cognee/cognee
Igor Ilic ba2de9bb22
fix: HuggingFace tokenizer (#752)
<!-- .github/pull_request_template.md -->

## Description
Resolve issue noticed by [RyabykinIlya](https://github.com/RyabykinIlya)
where too many HuggingFace requests have been sent due to the embedding
engine not working as a singleton per config

## 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.

---------

Signed-off-by: Ryabykin Ilya <ryabykinia@sibur.ru>
Co-authored-by: greshish <ryabykinia@yandex.ru>
Co-authored-by: Ryabykin Ilya <ryabykinia@sibur.ru>
2025-04-17 17:07:36 +02:00
..
api feat: add delete by document (#668) 2025-04-17 15:42:10 +02:00
eval_framework feat: Add initial cognee pipeline simplification [COG-1705] (#670) 2025-04-17 14:02:12 +02:00
exceptions fix: human readable logs (#658) 2025-03-25 11:54:40 +01:00
infrastructure fix: HuggingFace tokenizer (#752) 2025-04-17 17:07:36 +02:00
modules feat: add delete by document (#668) 2025-04-17 15:42:10 +02:00
shared fix: Resolve issue with missing name if no attribute (#707) 2025-04-08 11:46:18 +02:00
tasks feat: add delete by document (#668) 2025-04-17 15:42:10 +02:00
tests feat: add delete by document (#668) 2025-04-17 15:42:10 +02:00
__init__.py feat: add delete by document (#668) 2025-04-17 15:42:10 +02:00
base_config.py feat: Add default user from config (#682) 2025-04-02 14:48:10 +02:00
fetch_secret.py
get_token.py fix: Cognee backend fixes (#659) 2025-03-20 21:51:35 +01:00
low_level.py fix: custom model pipeline (#508) 2025-02-08 02:00:15 +01:00
pipelines.py
root_dir.py