Commit graph

34 commits

Author SHA1 Message Date
Vasilije
2e367198cd Task updates and updates to SQLAlchemy Adapter 2024-08-07 18:21:14 +02:00
Boris Arzentar
709a10c50c fix: add dataset and data models 2024-08-05 23:42:36 +02:00
Vasilije
07e2bc1b39 Fixes to the pipeline 2024-08-05 09:56:45 +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
dc97819a52 fix: align tests naming 2024-06-23 20:21:22 +02:00
Vasilije
746681837e Add NEO4J test 2024-06-12 23:40:53 +02:00
Vasilije
39b346de17 Add NEO4J test 2024-06-12 22:56:44 +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
0603fa831c test: add github action running weaviate integration test 2024-06-12 22:36:57 +02:00
Vasilije
d5c7c667c4 Add qdrant test 2024-06-12 21:54:34 +02:00
Vasilije
0d230c930a Add qdrant test 2024-06-12 21:46:27 +02:00
Boris Arzentar
e9d0bf8bd4 fix: wrap search query in tests 2024-06-03 15:10:45 +02:00
Boris Arzentar
7dc36bb4c7 fix: await search in tests 2024-06-03 15:04:26 +02:00
Vasilije
b7df2dacc7 updated tests 2024-06-01 21:43:29 +02:00
Vasilije
0f8ec35d4c fix for cognee 2024-06-01 18:41:08 +02:00
Vasilije
2e7cfd8ab7 fix db engine config 2024-05-25 20:05:25 +02:00
Vasilije
7f43d12102 fix db engine config 2024-05-25 19:50:13 +02:00
Vasilije
95e3d16f86 fix db engine config 2024-05-25 19:49:24 +02:00
Vasilije
6918ff86be fix db engine config 2024-05-25 19:33:21 +02:00
Vasilije
89c254fb28 fix db engine config 2024-05-25 19:29:06 +02:00
Vasilije
30c9e5f20f fix db engine config 2024-05-25 19:27:05 +02:00
Vasilije
5de96318bd fix db engine config 2024-05-25 19:21:39 +02:00
Vasilije
eb7d02833d implement settings 2024-05-25 18:28:52 +02:00
Vasilije
cf249a522e try few things 2024-05-25 16:57:44 +02:00
Vasilije
1d33ed938b try few things 2024-05-25 15:16:29 +02:00
Vasilije
cdbda586c8 try few things 2024-05-25 15:13:59 +02:00
Vasilije
f606df3388 try few things 2024-05-25 15:10:11 +02:00
Vasilije
fb316a1a0d try few things 2024-05-25 14:17:36 +02:00
Vasilije
acc982ae79 try few things 2024-05-25 14:14:51 +02:00
Vasilije
fce2a96e39 try few things 2024-05-25 14:14:21 +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
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