Commit graph

28 commits

Author SHA1 Message Date
Boris Arzentar
e3c3f358f9 fix: remove macos test 2024-08-06 17:20:10 +02:00
Boris Arzentar
f808cf165f fix: move install docker job 2024-08-06 17:16:44 +02:00
Boris Arzentar
841e7b5f46 fix: add needs 2024-08-06 17:14:15 +02:00
Boris Arzentar
9927855fdb fix: move if 2024-08-06 17:12:28 +02:00
Boris Arzentar
8fa572a437 fix: add runs-on 2024-08-06 17:09:59 +02:00
Boris Arzentar
fd20fac5be fix: add steps 2024-08-06 17:09:03 +02:00
Boris Arzentar
887d4e1ece fix: add install_docker step in github action workflow 2024-08-06 17:07:33 +02:00
Boris Arzentar
6d38bcdfbf fix: add QEMU 2024-08-06 16:57:57 +02:00
Boris Arzentar
4f72eb5cc9 fix: install buildx on all platforms 2024-08-06 16:46:14 +02:00
Boris Arzentar
8a63aa31f2 fix: run buildx on all platforms 2024-08-06 16:41:46 +02:00
Boris Arzentar
ed6e8eb0d2 fix: wait for postgres to be ready before tests 2024-08-06 16:11:48 +02:00
Boris Arzentar
e492a18987 fix: add env variables to test workflows 2024-08-06 15:59:33 +02:00
Boris Arzentar
896a2ce953 fix: add postgres service to tests 2024-08-06 15:54:56 +02:00
Boris Arzentar
0dad12c6cf fix: upgrade buildx action 2024-08-06 15:48:50 +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
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