Commit graph

1917 commits

Author SHA1 Message Date
vasilije
cb7b2d311e Fix for now 2025-01-16 21:36:25 +01:00
vasilije
bbd51e8c27 Fix for now 2025-01-16 21:08:54 +01:00
vasilije
07836255ae Fix for now 2025-01-16 21:02:58 +01:00
vasilije
7a4a0f4705 Fix for now 2025-01-16 20:59:23 +01:00
vasilije
72b503f198 Fix for now 2025-01-16 20:58:10 +01:00
vasilije
5aaf420f02 Fix for now 2025-01-16 20:56:54 +01:00
vasilije
f19b58a7bb Update format 2025-01-16 20:54:02 +01:00
vasilije
5b31638bef Update format 2025-01-16 20:49:50 +01:00
vasilije
b2355deeab Update format 2025-01-16 20:38:59 +01:00
vasilije
1af24dc652 Update format 2025-01-16 20:25:26 +01:00
vasilije
4ae8eb90ce Update format 2025-01-16 20:16:58 +01:00
vasilije
4a87df9e72 Update format 2025-01-16 20:12:33 +01:00
vasilije
662faeb44b Update format 2025-01-16 20:07:24 +01:00
vasilije
be0b48656a Update lock files 2025-01-16 13:27:59 +01:00
Vasilije
aef7822758
Merge branch 'dev' into COG-975 2025-01-15 22:29:36 +01:00
alekszievr
3494521cae
Support 4 different rag options in eval (#439)
* QA eval dataset as argument, with hotpot and 2wikimultihop as options. Json schema validation for datasets.

* Load dataset file by filename, outsource utilities

* restructure metric selection

* Add comprehensiveness, diversity and empowerment metrics

* add promptfoo as an option

* refactor RAG solution in eval;2C

* LLM as a judge metrics implemented in a uniform way

* Use requests.get instead of wget

* clean up promptfoo config template

* minor fixes

* get promptfoo path instead of hardcoding

* minor fixes

* Add LLM as a judge prompts

* Support 4 different rag options in eval

* Minor refactor and logger usage
2025-01-15 15:34:13 +01:00
alekszievr
6653d73556
Feat/cog 950 improve metric selection (#435)
* QA eval dataset as argument, with hotpot and 2wikimultihop as options. Json schema validation for datasets.

* Load dataset file by filename, outsource utilities

* restructure metric selection

* Add comprehensiveness, diversity and empowerment metrics

* add promptfoo as an option

* refactor RAG solution in eval;2C

* LLM as a judge metrics implemented in a uniform way

* Use requests.get instead of wget

* clean up promptfoo config template

* minor fixes

* get promptfoo path instead of hardcoding

* minor fixes

* Add LLM as a judge prompts

* Minor refactor and logger usage
2025-01-15 10:45:55 +01:00
vasilije
933d21aa18 Update dockerhub pushes 2025-01-14 20:39:23 +01:00
vasilije
e71f852ef2 Update README.md 2025-01-14 20:25:35 +01:00
vasilije
61118dda03 Update README.md 2025-01-14 20:00:52 +01:00
vasilije
a0e3686752 Update README.md 2025-01-14 19:59:57 +01:00
Vasilije
7c8d258188
Merge pull request #440 from topoteretes/llama-index-integration-google-colab
docs: Update LlamaIndex integration notebook
2025-01-14 19:40:39 +01:00
Igor Ilic
259414add0 docs: Update LlamaIndex integration notebook 2025-01-14 15:32:27 +01:00
vasilije
ad07bae9a7 Add data visualization for Anthropic 2025-01-14 14:10:23 +01:00
alekszievr
a4ad1702ed
Feat/cog 946 abstract eval dataset (#418)
* QA eval dataset as argument, with hotpot and 2wikimultihop as options. Json schema validation for datasets.

* Load dataset file by filename, outsource utilities

* Use requests.get instead of wget
2025-01-14 11:33:55 +01:00
Vasilije
3ba98b2ecd
Merge branch 'dev' into COG-975 2025-01-14 10:04:21 +01:00
vasilije
047948ae54 Add data visualization for Anthropic 2025-01-14 09:57:53 +01:00
vasilije
55e9d64d87 Add data visualization for Anthropic 2025-01-14 00:40:14 +01:00
Boris Arzentar
12031e6c43 Merge remote-tracking branch 'origin/main' into dev 2025-01-13 22:04:23 +01:00
Boris Arzentar
8786fc35e7 version: Increase version to 0.1.22 2025-01-13 21:57:02 +01:00
hajdul88
25d8f5e337
Merge pull request #436 from topoteretes/feature/cog-762-deleting-in-memory-embeddings-from-bruteforce-search-and
feat: deletes on the fly embeddings and uses edge collections
2025-01-13 17:24:27 +01:00
Igor Ilic
8621127834
Merge branch 'dev' into feature/cog-762-deleting-in-memory-embeddings-from-bruteforce-search-and 2025-01-13 16:00:15 +01:00
Vasilije
a77a87e856
Merge pull request #422 from topoteretes/test-ubuntu-24.04
fix: Fix ubuntu 24.04 segmentation fault
2025-01-13 15:39:49 +01:00
Igor Ilic
32d7b0712a
Merge branch 'dev' into test-ubuntu-24.04 2025-01-13 15:07:39 +01:00
Igor Ilic
0ce2339587 fix: Attempt to resolve issue with Ubuntu 24.04 segmentation fault 2025-01-13 15:00:12 +01:00
hajdul88
d2f06e2654
Merge branch 'dev' into feature/cog-762-deleting-in-memory-embeddings-from-bruteforce-search-and 2025-01-13 12:54:23 +01:00
Vasilije
f9ddcaf75f
Merge pull request #428 from topoteretes/llama-index-notebook
Llama index cognee integration notebook
2025-01-13 12:22:55 +01:00
Igor Ilic
b317c1e23d
Merge branch 'dev' into llama-index-notebook 2025-01-13 12:02:44 +01:00
Igor Ilic
6163dec6c0 fix: Resolve api key issue with llama index integration notebook 2025-01-13 11:59:43 +01:00
Igor Ilic
adee79d7a5 fix: Change nbformat on llama index integration notebook 2025-01-13 11:54:05 +01:00
hajdul88
07fcce7970 feat: deletes on the fly embeddings as uses edge collections 2025-01-13 11:46:46 +01:00
hajdul88
30c69bd40d
Merge pull request #434 from topoteretes/feature/cog-964-fixing-logging-formatting
Fix: Fixes logging setup
2025-01-13 10:00:16 +01:00
hajdul88
ea8628c527 Fix: Fixes logging setup 2025-01-13 09:49:56 +01:00
Vasilije
2d7635db89
Update README.md 2025-01-12 20:58:35 +01:00
Boris Arzentar
0aacd3c38b fix: update dependencies of the mcp server 2025-01-12 19:08:26 +01:00
Boris Arzentar
886e9c7eb3 fix: update dependencies of the mcp server 2025-01-12 18:52:58 +01:00
Vasilije
cf4737b0a2
Update cognee-mcp/cognee_mcp/server.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-01-12 16:13:21 +01:00
Vasilije
7b0bfe9504
Update cognee-mcp/cognee_mcp/server.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-01-11 16:57:59 +01:00
Vasilije
b132ff4990
Update cognee-mcp/cognee_mcp/server.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-01-11 16:57:22 +01:00
vasilije
daf2d540ba Add data visualization for Anthropic 2025-01-10 22:28:14 +01:00