cognee/cognee
Vasilije 3fe354e34e
Handle multiple response formats in OllamaEmbeddingEngine (#1735)
The OllamaEmbeddingEngine is compatible with OpenAI

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

## 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.
2025-11-20 05:19:43 -08:00
..
api feature: adds more info to telemetry (#1654) 2025-10-24 18:52:21 +02:00
cli Merge branch 'dev' into feat/mcp-add-support-for-non-standalone-mode 2025-10-12 13:57:55 +02:00
eval_framework refactor: Add proper pip install command for optional extras 2025-09-25 13:55:01 +02:00
exceptions Update deprecated Exception status codes 2025-10-22 17:38:41 +01:00
infrastructure Handle multiple response formats in OllamaEmbeddingEngine 2025-11-05 17:44:08 +08:00
modules Fix cypher search (#1739) 2025-11-08 22:54:29 +01:00
shared Merge branch 'dev' into fix_issue_with_base_config 2025-10-29 14:58:44 +01:00
tasks refactor: Remove reference to specific database row 2025-10-26 23:35:00 +01:00
tests feat: extends ontology unit tests with multifile support tests + partially or fully missing ontology file list tests 2025-10-27 14:22:34 +01:00
__init__.py refactor: Add test for updating of docs and visualization 2025-09-30 18:12:22 +02:00
__main__.py added files 2025-07-26 18:14:19 +02:00
base_config.py Merge branch 'dev' into fix_issue_with_base_config 2025-10-29 11:42:25 +01:00
context_global_variables.py ruff format 2025-10-21 23:02:25 +01:00
get_token.py
low_level.py
pipelines.py
root_dir.py fix: Add S3 URL handling in ensure_absolute_path function (#1438) 2025-09-18 11:47:34 +02:00
version.py refactor: Name local cognee version local instead of dev 2025-06-30 13:24:51 +02:00