Commit graph

14 commits

Author SHA1 Message Date
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
3577be3d08 fix: change github actions names 2024-06-12 22:40:39 +02:00
Vasilije
b6a2a40a2d Add qdrant test 2024-06-12 22:05:00 +02:00
Vasilije
0d230c930a Add qdrant test 2024-06-12 21:46:27 +02:00
Vasilije
617ed4be3d Updates to the configs 2024-05-26 15:08:32 +02:00
Vasilije
5230424431 fix db engine config 2024-05-25 20:17:43 +02:00
Vasilije
8a082ad384 try few things 2024-05-25 14:42:19 +02:00
Vasilije
710b27993a try few things 2024-05-25 14:22:29 +02:00
Vasilije
2b33aca928 Add mkdir 2024-05-25 14:00:56 +02:00
Vasilije
b49bad6db2 Updates and fixes for the lib 2024-05-25 13:51:38 +02:00
Vasilije
4488339fdc test with a simple file 2024-05-18 17:01:23 +02:00
Vasilije
8e850c19f8 fix search, add improvements 2024-04-30 23:14:11 +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