Commit graph

2375 commits

Author SHA1 Message Date
hajdul88
64424bd3a9 fix: Fixes LanceDB datapoint add 2024-11-11 15:29:32 +01:00
0xideas
f6f81c6e92
Merge pull request #194 from topoteretes/fix-github-check-conditions
Change to AND operator and move from concurrency to run
2024-11-11 15:09:39 +01:00
Leon Luithlen
9192b04dc8 Change to AND operator and move from concurrency to run 2024-11-11 14:55:50 +01:00
Leon Luithlen
058b5916a4 Remove graph overwriting on exception in NetworkXAdapter 2024-11-11 12:59:36 +01:00
Vasilije
f097fcfd3b
Merge pull request #187 from topoteretes/COG-492-posthog-unique-users
Cog 492 posthog unique users
2024-11-11 12:01:13 +01:00
Igor Ilic
33c3748d1e refactor: Renamed .anonymous_id file to anon_id
Renamed .anonymous_id file to anon_id

Refactor #COG-492
2024-11-11 11:53:09 +01:00
Igor Ilic
9277363c24 refactor: Remove unused dependency
Remove unused cognee dependency

Refactor #COG-492
2024-11-11 10:04:05 +01:00
Igor Ilic
99e74d7055 Merge branch 'main' of github.com:topoteretes/cognee into COG-492-posthog-unique-users 2024-11-08 17:38:29 +01:00
Igor Ilic
02982baf87 feat: Add unique identifier for reusing cognee-lib for posthog
an .anonymous_id file is created in the cognee directory which stores unique identifier that is reused in further cognee runs

Feature #COG-492
2024-11-08 17:35:05 +01:00
0xideas
1e01e84c85
Merge pull request #185 from topoteretes/COG-531-2-trigger-checks-manually-for-python-versions
Add manual execution for python-3.X tests
2024-11-08 16:27:03 +01:00
Leon Luithlen
dedd3a851c Add manual execution for python-3.X tests 2024-11-08 15:42:54 +01:00
Boris Arzentar
51a83053d7 Merge remote-tracking branch 'origin/main' into feat/COG-184-add-falkordb 2024-11-08 15:31:40 +01:00
Boris Arzentar
9579cc7a02 Merge remote-tracking branch 'origin/feat/COG-184-add-falkordb' into feat/COG-184-add-falkordb 2024-11-08 15:31:21 +01:00
Boris Arzentar
19d62f2c84 fix: add code graph generation pipeline 2024-11-08 15:31:02 +01:00
Vasilije
82b2235f5e
Merge pull request #183 from topoteretes/COG-530-call-osgetenv-in-base-config
Call os.getenv in BaseConfig
2024-11-08 15:21:56 +01:00
Vasilije
c8464d8e0b
Merge pull request #184 from topoteretes/COG-531-trigger-checks-manually
Remove automatic execution of test that require LLM inputs from merge…
2024-11-08 15:20:15 +01:00
Leon Luithlen
236a8c1d3f Move github actions if condition 2024-11-08 14:51:08 +01:00
Leon Luithlen
c2dfe25ef2 Try run-checks approach 2024-11-08 14:44:49 +01:00
Leon Luithlen
c62800c2f0 Remove automatic execution of test that require LLM inputs from merge requests onto main 2024-11-08 14:26:20 +01:00
alekszievr
4dbf559a59
Updating cognify pipeline documentation (#181)
* Updating cognify pipeline documentation

* typo fix

* Update docs/pipelines.md

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* removing a minor confusing part

---------

Co-authored-by: Boris <boris@topoteretes.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-11-08 14:04:58 +01:00
Leon Luithlen
4375742a82 Call os.getenv in BaseConfig 2024-11-08 13:54:33 +01:00
Vasilije
058b1da3ed Merge remote-tracking branch 'origin/main' 2024-11-08 12:56:31 +01:00
Vasilije
934d5e1d1b Add tasks for segment sync and posthog sync 2024-11-08 12:56:10 +01:00
Vasilije
3245d4445b
Merge pull request #182 from topoteretes/update-readme-postgres
docs: Fix postgres install instruction
2024-11-08 12:34:43 +01:00
Igor Ilic
2ae2b7b98d docs: Fix postgres install instruction
Fix instruction on how to install postgres

Docs
2024-11-08 12:28:44 +01:00
Vasilije
9d7f58c1f7
Update README.md 2024-11-08 12:09:52 +01:00
Vasilije
16ee97cb68 fixes 2024-11-08 12:01:47 +01:00
Vasilije
d2387fa4b9
Merge pull request #179 from topoteretes/update-readme-postgres
docs: Update README.md to include postgres
2024-11-08 11:55:34 +01:00
Igor Ilic
44fe379757 docs: Update README.md to include postgres
Update README.md to include postgres

Docs
2024-11-07 20:17:23 +01:00
hajdul88
9e10c611bc fix: resolves pg asyncpg UUID to UUID 2024-11-07 16:19:38 +01:00
Boris Arzentar
c89063602e fix: remove unused import 2024-11-07 15:41:11 +01:00
Boris Arzentar
cf5b3373b2 Merge remote-tracking branch 'origin/main' into feat/COG-184-add-falkordb 2024-11-07 15:40:47 +01:00
Boris Arzentar
f569088a2e fix: add summaries to the graph 2024-11-07 15:38:03 +01:00
Vasilije
168cb5d1bf
Update README.md 2024-11-07 14:19:01 +01:00
Boris Arzentar
897bbac699 fix: serialize UUID in pgvector data point payload 2024-11-07 11:36:31 +01:00
Boris Arzentar
758698a35b Merge remote-tracking branch 'origin/main' into feat/COG-184-add-falkordb 2024-11-07 11:29:09 +01:00
Boris Arzentar
14e2c7efbe feat: add FalkorDB integration 2024-11-07 11:17:01 +01:00
Igor Ilic
027773f5c4
Merge pull request #164 from topoteretes/COG-334-structure-routing
Cog 334 structure routing
2024-11-06 09:56:57 +01:00
Igor Ilic
ddf495266b Merge branch 'main' of github.com:topoteretes/cognee into COG-334-structure-routing 2024-11-05 22:53:33 +01:00
Igor Ilic
bce6540302 refactor: Add default value for datetime
Added None as default value for datetime

Refactor #COG-334
2024-11-05 22:40:14 +01:00
Igor Ilic
742540929c docs: Documentation update for getting and deleting Data
Updated docs to functions related to getting and deleting Data model objects

Docs #COG-334
2024-11-05 22:17:28 +01:00
Igor Ilic
801efeb1cb fix: Resolve security concerns regarding os calls
Resolved security concerns in endpoints regarding os

Fix #COG-334-structure-routing
2024-11-05 21:29:56 +01:00
Vasilije
401befc687
Merge pull request #177 from topoteretes/simple-python-example
Simple python example
2024-11-05 13:58:59 +01:00
0xideas
d3d49b64be
Merge pull request #176 from topoteretes/fix/integration-test-warnings
COG-485 - Fix/integration test warnings
2024-11-05 13:56:58 +01:00
lxobr
6c395d7d7f docs: update README simple example 2024-11-05 10:05:43 +01:00
lxobr
17d4aca538 feat: add simple python example 2024-11-05 10:05:14 +01:00
Leon Luithlen
67f5d07919 Delete get_file_size 2024-11-04 17:24:56 +01:00
Leon Luithlen
5b07a0a3d2 Add type hint in extract_text_from_file 2024-11-04 17:24:46 +01:00
Leon Luithlen
cb205069bc Replace parse_obj with model_validate 2024-11-04 17:20:01 +01:00
Leon Luithlen
115e93b791 Remove fastembed dependency 2024-11-04 17:02:47 +01:00