Commit graph

60 commits

Author SHA1 Message Date
Boris
ebf1f81b35
fix: code cleanup [COG-781] (#667)
<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## 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-03-26 18:32:43 +01:00
Vasilije
2e367198cd Task updates and updates to SQLAlchemy Adapter 2024-08-07 18:21:14 +02:00
Boris Arzentar
cb9bfa27ea fix: search results preview 2024-08-06 15:23:36 +02:00
Vasilije
7d3e124e4f Fixes to the sqlalchemy adapter 2024-08-05 10:31:52 +02:00
Boris Arzentar
401167bb0f fix: enable sqlalchemy adapter 2024-08-04 22:23:28 +02:00
Boris
14555a25d0
feat: pipelines and tasks (#119)
* feat: simple graph pipeline

* feat: implement incremental graph generation

* fix: various bug fixes

* fix: upgrade weaviate-client

---------

Co-authored-by: Vasilije <8619304+Vasilije1990@users.noreply.github.com>
2024-07-20 16:49:00 +02:00
Vasilije
a197177676 Updates to the configs 2024-06-12 20:52:58 +02:00
Vasilije
d0939b9b3b added updates to topology 2024-06-12 13:42:25 +02:00
Vasilije
91864dc681 fix to graph config 2024-06-10 13:44:26 +02:00
Vasilije
c9b2a06dff rewrote configs 2024-06-10 13:40:05 +02:00
Vasilije
a23fc40f6e Updates to the configs 2024-06-10 08:06:32 +02:00
Vasilije
11231b7ada rewrote chunking config 2024-06-09 22:46:02 +02:00
Boris Arzentar
f79631d5da fix: allow alternative vector db engine to be used 2024-06-06 12:31:55 +02:00
Boris Arzentar
4fb3dc31a4 fix: enable sdk and fix config 2024-06-03 14:03:24 +02:00
Boris Arzentar
aef78c4a8f fix: set config before using it 2024-05-27 14:18:39 +02:00
Boris Arzentar
ebabae0308 fix: remove manual lancedb folder creation 2024-05-27 08:49:22 +02:00
Boris Arzentar
f065a63440 Merge remote-tracking branch 'origin/main' into feat/frontend-redesign 2024-05-27 00:37:38 +02:00
Boris Arzentar
65f1b25413 feat: implement cognee ui redesign 2024-05-26 23:49:50 +02:00
Vasilije
3209de4624 Updates to the configs 2024-05-26 14:53:31 +02:00
Vasilije
3160f072ba Updates to the configs 2024-05-26 14:52:25 +02:00
Vasilije
499670402f Updates to the configs 2024-05-26 14:30:40 +02:00
Vasilije
cddf836fce Updates to the configs 2024-05-26 11:46:49 +02:00
Vasilije
df32ba622e Updates to the configs 2024-05-26 10:04:47 +02:00
Boris Arzentar
9bb30bc43a Merge remote-tracking branch 'origin/feat/code-knowledge-graph' into feature/cognee-frontend 2024-05-22 10:17:33 +02:00
Vasilije
3fadb277cb Fixes for searches 2024-05-21 19:34:18 +02:00
Vasilije
63356f242a Fixes to search and evals 2024-05-21 10:03:52 +02:00
Vasilije
2657aa7096 Add evals for cognee 2024-05-19 20:35:54 +02:00
Vasilije
48d21c409a test with a simple file 2024-05-18 16:46:15 +02:00
Vasilije
57e3e2ef90 fix graph logic 2024-05-18 11:51:10 +02:00
Vasilije
4e6fcdec25 fixes to cognee 2024-05-17 14:21:16 +02:00
Boris Arzentar
1ac28f4cb8 feat: add initial cognee frontend 2024-05-17 13:42:14 +02:00
Vasilije
db0b19bb30 async embeddings fix + processing fix + decouple issues with the lancedb 2024-05-17 11:13:39 +02:00
Vasilije
79311ee510 fix deployment 2024-05-17 10:09:43 +02:00
Vasilije
d2e17dd4b7 fix deployment 2024-05-17 09:52:14 +02:00
Vasilije
3c261ce6a1 working cognify on large dataset 2024-05-12 21:58:09 +02:00
Vasilije
7249c240d0 working topology inference 2024-05-11 23:10:00 +02:00
Vasilije
01446deb6f working topology inference 2024-05-10 15:13:14 +02:00
Vasilije
e1a9a236a5 fix search, add improvements 2024-05-09 23:11:33 +02:00
Boris
219afbce68
feat: add lancedb vector storage [COG-176] (#90)
* feat: integrate lancedb

* fix: use futures in weaviate adapter to enable async behaviour
2024-05-03 10:35:41 +02:00
Vasilije
8e850c19f8 fix search, add improvements 2024-04-30 23:14:11 +02:00
Vasilije
5378c49181 urgent fix 2024-04-26 17:29:59 +02:00
Vasilije
212e5dcf78
Cog 174 (#84)
* Add telemetry

* test: add github action test

* fix: create graph only once

* fix: handle graph file not existing while deleting it

* fix: close qdrant connection in methods

---------

Co-authored-by: Boris Arzentar <borisarzentar@gmail.com>
2024-04-26 00:16:03 +02:00
Vasilije
1c2c72b8bf
Add telemetry (#82)
* Add telemetry
2024-04-24 19:06:53 +02:00
Boris Arzentar
9cbf450849 fix: move chunker to adapter 2024-04-23 14:59:09 +02:00
Vasilije
1c4caa9ee8 Added chunking 2024-04-23 09:45:36 +02:00
Vasilije
bb679c2dd7
Improve processing, update networkx client, and Neo4j, and dspy (#69)
* Update cognify and the networkx client to prepare for running in Neo4j

* Fix for openai model

* Add the fix to the infra so that the models can be passed to the library. Enable llm_provider to be passed.

* Auto graph generation now works with neo4j

* Added fixes for both neo4j and networkx

* Explicitly name semantic node connections

* Added updated docs, readme, chunkers and updates to cognify

* Make docs build trigger only when changes on it happen

* Update docs, test git actions

* Separate cognify logic into tasks

* Introduce dspy knowledge graph extraction

---------
Co-authored-by: Boris Arzentar <borisarzentar@gmail.com>
2024-04-20 19:05:40 +02:00
Boris Arzentar
370b74988e chore: add functions to improve user experience 2024-03-30 15:25:34 +01:00
Boris Arzentar
fde01fec7b Merge remote-tracking branch 'origin/adding_ollama' into adding_ollama 2024-03-29 13:55:27 +01:00
Boris Arzentar
8d4be049f4 feat: add support for text and file in cognee.add 2024-03-29 13:53:59 +01:00
Vasilije
90c41512ed Ollama fixes, missing libs + config fixes 2024-03-28 11:26:22 +01:00