Commit graph

38 commits

Author SHA1 Message Date
vasilije
60c8fd103b ruff format 2025-01-05 19:09:08 +01:00
Boris
d8b6eeded5
feat: log search queries and results (#166)
* feat: log search queries and results

* fix: address coderabbit review comments

* fix: parse UUID when logging search results

* fix: remove custom UUID type and use DB agnostic UUID from sqlalchemy

* Add new cognee_db

---------

Co-authored-by: Leon Luithlen <leon@topoteretes.com>
2024-11-17 11:59:10 +01:00
Boris
52180eb6b5
feat: COG-184 add falkordb (#192)
* feat: add falkordb adapter

---------

Co-authored-by: hajdul88 <52442977+hajdul88@users.noreply.github.com>
2024-11-11 18:20:52 +01:00
Boris
dc187a81d7
feat: migrate search to tasks (#144)
* fix: don't return anything on health endpoint

* feat: add alembic migrations

* feat: align search types with the data we store and migrate search to tasks
2024-10-07 14:41:35 +02: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
Boris
26bca0184f
feat: add entity and entity type nodes to vector db (#126)
* feat: add entity and entity type nodes to vector db

* fix: use uuid5 as entity ids

* fix: id -> uuid and LanceDB collection model
2024-08-01 14:21:39 +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
Boris Arzentar
eac6ffac1a fix: remove dspy dependency 2024-06-30 12:25:30 +02:00
Vasilije
20d8bc337f Merge remote-tracking branch 'origin/fix/setting-alternative-vector-db' into fix/setting-alternative-vector-db 2024-06-12 22:42:55 +02:00
Vasilije
e896fa3aa6 Add NEO4J test 2024-06-12 22:42:46 +02:00
Boris Arzentar
7c66364899 test: add weaviate integration test 2024-06-12 22:32:13 +02:00
Vasilije
c9b2a06dff rewrote configs 2024-06-10 13:40:05 +02:00
Boris Arzentar
f79631d5da fix: allow alternative vector db engine to be used 2024-06-06 12:31:55 +02:00
Boris Arzentar
8499b7f2fc Merge remote-tracking branch 'origin/add_collab_fixes' into fix/sdk-and-config 2024-06-03 14:59:22 +02:00
Boris Arzentar
4fb3dc31a4 fix: enable sdk and fix config 2024-06-03 14:03:24 +02:00
Vasilije
5ef81956c9 FIXES FOR COLLAB 2024-05-27 14:31:42 +02:00
Boris Arzentar
aef78c4a8f fix: set config before using it 2024-05-27 14:18:39 +02:00
Boris Arzentar
f065a63440 Merge remote-tracking branch 'origin/main' into feat/frontend-redesign 2024-05-27 00:37:38 +02:00
Vasilije
cddf836fce Updates to the configs 2024-05-26 11:46:49 +02:00
Vasilije
9569441c5e add test for linter 2024-05-25 22:18:07 +02:00
Boris Arzentar
84c0c8cab5 feat: add llm config 2024-05-22 22:36:30 +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
79311ee510 fix deployment 2024-05-17 10:09:43 +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
Boris Arzentar
30055cc60c fix: Move weaviate imports where needed 2024-04-20 19:54:11 +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
d315248bfa fix: change API client according to api implementation 2024-03-30 17:53:53 +01:00
Vasilije
1a213a9f93 Fixes 2024-03-21 16:59:25 +01:00
Boris Arzentar
a727cce00f Merge branch 'feat/COG-113-integrate-weviate' into feat/COG-118-remove-unused-code 2024-03-21 10:12:43 +01:00
Boris Arzentar
1592566b87 feat: integrate weaviate vector db 2024-03-21 09:57:47 +01:00
Vasilije
6eb826a690 Update docs 2024-03-17 15:36:30 +01:00
Boris Arzentar
d96c51aeaf chore: remove unused/obsolete code 2024-03-16 12:08:12 +01:00
Vasilije
750e665292 Update docs 2024-03-14 11:32:29 +01:00
Boris Arzentar
d5391f903c chore: rename package in files 2024-03-13 16:27:07 +01:00
Boris Arzentar
40e760f517 chore: rename package 2024-03-13 16:08:11 +01:00