hajdul88
f843c256e4
feat: Use unwind for batch edge save and add unit tests for get_graph_from_model
...
* feat: adds some unit tests for get_graph_from_model
* feat: updates neo4j add_edges cypher and deletes shallow get_graph_from_model
* fix: fixing merge conflict false resolve
* chore: deletes old only_root unit test
2025-01-31 13:14:04 +01:00
Igor Ilic
860218632f
refactor: add suggestions from PR
...
Add suggestsions made by CodeRabbit on pull request
2025-01-28 17:15:25 +01:00
Igor Ilic
a8644e0bd7
feat: Use litellm max token size as default for model, if model exists in litellm
2025-01-28 17:00:47 +01:00
Igor Ilic
4e56cd64a1
refactor: Add max chunk tokens to code graph pipeline
2025-01-28 15:33:34 +01:00
Igor Ilic
3db7f85c9c
feat: Add max_chunk_tokens value to chunkers
...
Add formula and forwarding of max_chunk_tokens value through Cognee
2025-01-28 14:32:00 +01:00
Igor Ilic
49f60971bb
Merge branch 'dev' into COG-970-refactor-tokenizing
2025-01-28 10:12:55 +01:00
Igor Ilic
0a9f1349f2
refactor: Change variable and function names based on PR comments
...
Change variable and function names based on PR comments
2025-01-28 10:10:29 +01:00
Boris
8da81c1de3
Merge branch 'dev' into pgvector-add-normalization
2025-01-27 11:31:24 +01:00
Boris
0c2c5870df
fix: use low_lever server for cognee mcp server ( #470 )
...
* fix: revert to older mcp version
* fix: use low_level server for the mcp
* fix: styling errors
* fix: mcp cognify arguments
* fix: ruff errors
2025-01-26 12:52:48 +01:00
Igor Ilic
89d4b7a5c4
Merge branch 'dev' into pgvector-add-normalization
2025-01-24 19:24:39 +01:00
Igor Ilic
23ecf245ed
fix: Return string conversion to resolve traceback
2025-01-24 19:20:55 +01:00
Igor Ilic
b0cec3fcaa
refactor: Remove conversion to string
2025-01-24 19:03:57 +01:00
Igor Ilic
ffbb387580
Merge branch 'dev' into fix-insert-data
2025-01-24 18:55:41 +01:00
Igor Ilic
7dea1d54d7
refactor: Add specific max token values to embedding models
2025-01-23 18:18:45 +01:00
Igor Ilic
6d5679f9d2
Merge branch 'dev' into COG-970-refactor-tokenizing
2025-01-23 18:14:49 +01:00
Igor Ilic
1319944dcd
docs: Update .env.template to include llm and embedding options
2025-01-23 18:05:45 +01:00
Igor Ilic
b686376c54
feat: Add gemini tokenizer to cognee
2025-01-23 17:55:04 +01:00
Igor Ilic
294ed1d960
feat: Add HuggingFace Tokenizer support
2025-01-23 16:52:35 +01:00
Igor Ilic
2e1a48e22c
docs: Add usage example of function
2025-01-23 15:13:46 +01:00
Igor Ilic
de19016494
fix: Add flag to allow SQLite to use foreign keys
2025-01-23 15:10:27 +01:00
Igor Ilic
d4453e4a1d
fix: Add support for SQLite and PostgreSQL for inserting data in SQLAlchemyAdapter
2025-01-23 14:59:02 +01:00
Boris Arzentar
e577276d91
Merge remote-tracking branch 'origin/dev' into feat/COG-1058-fastmcp
2025-01-23 11:46:25 +01:00
Boris Arzentar
00f302c37a
feat: use fastmcp for mcp server
2025-01-23 11:45:40 +01:00
Igor Ilic
9f6a0ba783
Merge branch 'dev' into pgvector-add-normalization
2025-01-23 11:11:43 +01:00
Igor Ilic
93249c72c5
fix: Initial commit to resolve issue with using tokenizer based on LLMs
...
Currently TikToken is used for tokenizing by default which is only supported by OpenAI,
this is an initial commit in an attempt to add Cognee tokenizing support for multiple LLMs
2025-01-21 19:53:22 +01:00
Igor Ilic
bd3a5a758c
Merge branch 'dev' into COG-793-metadata-rework
2025-01-20 18:06:21 +01:00
Igor Ilic
49ad292592
refactor: Reduce complexity of metadata handling
...
Have foreign metadata be a table column in data instead of it's own table to reduce complexity
Refactor COG-793
2025-01-20 16:39:05 +01:00
hajdul88
813a03c6e2
Merge branch 'dev' into pgvector-add-normalization
2025-01-20 13:46:50 +01:00
Igor Ilic
2546844787
feat: Add normalization to PGVector search
...
Add normalization to PGVector search results
2025-01-20 13:42:39 +01:00
hajdul88
bf70705ed0
Fix: fixes networkx failed to load graph from file error
2025-01-20 12:19:34 +01:00
hajdul88
6e691885e6
Merge branch 'dev' into feature/cog-186-run-cognee-on-windows
2025-01-17 09:06:00 +01:00
hajdul88
935763b08d
fix: fixing changed lancedb search + pruning
2025-01-16 17:32:44 +01:00
vasilije
0a02886d76
Update format
2025-01-16 13:28:35 +01:00
Vasilije
6c1c8abc26
Update adapter.py
2025-01-16 13:26:37 +01:00
Vasilije
b6e82dfb4f
Update adapter.py
2025-01-16 13:24:42 +01:00
Vasilije
0a9c9438ed
Update DataPoint.py
2025-01-16 13:23:48 +01:00
Vasilije
58526a6a24
Merge branch 'dev' into COG-748
2025-01-16 13:19:09 +01:00
hajdul88
9e63bacaa7
Merge branch 'dev' into feature/cog-761-project-graphiti-graph-to-memory
2025-01-15 11:49:10 +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
hajdul88
124a26335e
feat: changes model independent edge method
2025-01-14 13:58:56 +01:00
hajdul88
5e9471ebad
fix: removes get_model_independent_graph method from abstract class as graphiti does not support networkx
2025-01-14 09:16:46 +01:00
hajdul88
c351047c36
feat: adds cognee node and edge embeddings for graphiti graph
2025-01-13 17:22:59 +01:00
Rita Aleksziev
872bc89648
Format with Ruff 0.9.0
2025-01-10 15:11:00 +01:00
hajdul88
16155f084f
Merge branch 'dev' into feature/cog-971-preparing-swe-bench-run
2025-01-10 13:42:40 +01:00
hajdul88
6177d04b44
feat: implements code retreiver
2025-01-10 13:03:34 +01:00
hajdul88
fe57eb69e7
Merge branch 'dev' into feature/cog-967-adding-graph-completion-feature-to-cognee
2025-01-09 11:07:19 +01:00
Vasilije
93bca8ee5f
Merge branch 'dev' into COG-748
2025-01-08 18:39:48 +01:00
hajdul88
d39140f28b
feat: implements the first version of graph based completion in search
2025-01-08 16:10:29 +01:00
vasilije
41b1486cff
Fix visualization
2025-01-08 13:13:52 +01:00
vasilije
1b96a71d5a
Fix ollama, work on visualization
2025-01-06 19:09:58 +01:00