Commit graph

87 commits

Author SHA1 Message Date
Boris Arzentar
2485eb76fa fix: prd github workflow 2024-10-16 21:19:31 +02:00
Vasilije
8eeaafcaba Add tasks for segment sync and posthog sync 2024-09-30 19:10:23 +02:00
Vasilije
cce2e386be Add tasks for segment sync and posthog sync 2024-09-30 17:34:23 +02:00
Vasilije
9dd955524b Add tasks for segment sync and posthog sync 2024-09-30 15:12:48 +02:00
Vasilije
354c8b1f61 Add tasks for segment sync and posthog sync 2024-09-30 11:44:32 +02:00
Vasilije
168b4d96a1 Add tasks for segment sync and posthog sync 2024-09-29 21:22:55 +02:00
Vasilije
b436b4af4c Add posthog test task 2024-09-25 18:47:11 +02:00
Vasilije
c1442d9b90 Add posthog test task 2024-09-25 17:24:03 +02:00
Vasilije
8d2c10a855 Add posthog test task 2024-09-25 17:09:10 +02:00
Vasilije
e815a20dd3 Update the demo 2024-09-25 15:38:50 +02:00
Boris Arzentar
ee2698a41c chore: add latest image tag 2024-09-25 13:56:13 +02:00
Boris Arzentar
619adb5a59 fix: change ecr image 2024-09-25 10:17:26 +02:00
Boris Arzentar
2e50960652 chore: change ci-cd iam user 2024-09-25 09:57:17 +02:00
Boris Arzentar
3fcbb7c5b7 chore: change aws role 2024-09-24 21:16:43 +02:00
Boris Arzentar
6dde336169 fix: use cognee-ci-cd role 2024-09-24 20:19:49 +02:00
Boris Arzentar
0b47a703f9 fix: change image name 2024-09-24 16:48:12 +02:00
Boris
a9433e9283
feat: add sqlalchemy as dlt destination (#137)
* feat: add sqlalchemy as dlt destination

* Fix the demo, update Readme

* fix: add 1.5 notebook

---------

Co-authored-by: Vasilije <8619304+Vasilije1990@users.noreply.github.com>
2024-09-21 15:58:28 +02:00
Boris Arzentar
a09f7991e2 chore: run deployment to dev on merge to main 2024-09-12 22:58:48 +02:00
Boris
1c77337818
chore: remove unnecessary env variables (#136)
* chore: remove unnecessary env variables
2024-09-12 22:37:54 +02:00
Boris
94a674a088
feat: split document reader from chunker (#131)
* fix: abstract chunking into a separate class

* fix: yield merged text from text chunker

* fix: split python version tests

* fix: change postgres live check

* fix: remove unnecessary code

* fix: update checkout action

* fix: update setup-python action

* fix: add PG_USER env variable

* fix: make sure relationship_name is used everywhere

* fix: remove duplicate import
2024-08-19 14:36:10 +02:00
Vasilije
7f9a1031ee fix tests 2024-08-08 18:07:36 +02:00
Vasilije
c76652a368 fix poetry 2024-08-08 17:57:33 +02:00
Vasilije
3d1afe74ed fix poetry 2024-08-08 17:53:30 +02:00
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
a34acbc0ce fix: update neo4j lib 2024-08-06 16:22:17 +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
a590c6ae5b fix: run tests on ubuntu 2024-08-06 15:50:40 +02:00
Boris Arzentar
0dad12c6cf fix: upgrade buildx action 2024-08-06 15:48:50 +02:00
Boris Arzentar
3f35a45a47 fix: add setup_docker job 2024-08-06 15:41:51 +02:00
Boris Arzentar
acf41ff644 fix: upgrade setup-buildx-action 2024-08-06 15:36:15 +02:00
Boris Arzentar
78462912cc fix: add buildx action 2024-08-06 15:33:09 +02:00
Vasilije
73dd6c26b8 Fix to neo4j flow 2024-08-06 11:58:13 +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
9ee2da2ccd
Create docker_compose.yml
Add docker compose test
2024-06-23 14:01:45 +02:00
Vasilije
89f0d0a377 Add NEO4J test 2024-06-12 22:46:55 +02:00
Vasilije
ddb9914754 Add NEO4J test 2024-06-12 22:46:40 +02:00
Vasilije
e2db4d7cb2 Add NEO4J test 2024-06-12 22:43:28 +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