Commit graph

78 commits

Author SHA1 Message Date
Boris Arzentar
96e7ba001c chore: update to 0.1.17 2024-10-07 14:42:51 +02:00
Boris
dc187a81d7
feat: migrate search to tasks (#144)
* fix: don't return anything on health endpoint

* feat: add alembic migrations

* feat: align search types with the data we store and migrate search to tasks
2024-10-07 14:41:35 +02:00
Boris
58db1ac2c8
chore: increase the lib version (#138) 2024-09-21 17:57:35 +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
7c8efb0a57 version: increase to 0.1.15 2024-08-19 16:51:54 +02:00
Boris Arzentar
a34acbc0ce fix: update neo4j lib 2024-08-06 16:22:17 +02:00
Boris Arzentar
3e3134b19f fix: fix debugpy version 2024-08-06 15:45:40 +02:00
Boris Arzentar
401167bb0f fix: enable sqlalchemy adapter 2024-08-04 22:23:28 +02:00
Vasilije
14e1eba363 Fixes for user flow with group management 2024-07-23 13:43:08 +02:00
Vasilije
e785b30117 Initial functional user auth 2024-07-22 23:59:16 +02:00
Boris Arzentar
6ef4bbe862 chore: remove unused dependencies 2024-07-20 16:59:25 +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
5aa7ba4668 release: v0.1.13 2024-06-30 12:26:25 +02:00
Boris Arzentar
eac6ffac1a fix: remove dspy dependency 2024-06-30 12:25:30 +02:00
Boris Arzentar
cb64ab14fa chore: add vanilla docker config 2024-06-23 00:36:34 +02:00
Boris Arzentar
e660410ff7 chore: increase version to 0.1.12 2024-06-12 23:54:27 +02:00
Vasilije
11231b7ada rewrote chunking config 2024-06-09 22:46:02 +02:00
Boris Arzentar
c9d9672fed fix: cognify status table update 2024-06-03 21:49:10 +02:00
Vasilije
5ef81956c9 FIXES FOR COLLAB 2024-05-27 14:31:42 +02:00
Vasilije
e1876e2590 Updates to the configs 2024-05-27 07:40:45 +02:00
Vasilije
8f157ed72e implement settings 2024-05-25 18:21:19 +02:00
Boris Arzentar
84c0c8cab5 feat: add llm config 2024-05-22 22:36:30 +02:00
Boris Arzentar
9bb30bc43a Merge remote-tracking branch 'origin/feat/code-knowledge-graph' into feature/cognee-frontend 2024-05-22 10:17:33 +02:00
Vasilije
8ef23731a3 Updated evals, added falkordb 2024-05-20 14:41:08 +02:00
Vasilije
2657aa7096 Add evals for cognee 2024-05-19 20:35:54 +02:00
Vasilije
bd42cebd8b fix qdrant poetry issue 2024-05-19 15:48:03 +02:00
Vasilije
d1fa826aeb test with a simple file 2024-05-18 18:44:18 +02:00
Boris Arzentar
1ac28f4cb8 feat: add initial cognee frontend 2024-05-17 13:42:14 +02:00
Vasilije
79311ee510 fix deployment 2024-05-17 10:09:43 +02:00
Vasilije
d2e17dd4b7 fix deployment 2024-05-17 09:52:14 +02:00
Vasilije
7249c240d0 working topology inference 2024-05-11 23:10:00 +02:00
Boris Arzentar
0f9fac1160 chore: update version to 0.1.7 2024-05-03 10:43:21 +02:00
Boris
219afbce68
feat: add lancedb vector storage [COG-176] (#90)
* feat: integrate lancedb

* fix: use futures in weaviate adapter to enable async behaviour
2024-05-03 10:35:41 +02:00
Vasilije
8e850c19f8 fix search, add improvements 2024-04-30 23:14:11 +02:00
Boris Arzentar
ac1a4cf076 chore: increase version number 2024-04-26 18:36:28 +02:00
Boris Arzentar
424a962a2b chore: update cognee version 2024-04-26 00:17:00 +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
Boris Arzentar
791e421d66 chore: update version 2024-04-24 19:36:44 +02:00
Vasilije
1c2c72b8bf
Add telemetry (#82)
* Add telemetry
2024-04-24 19:06:53 +02:00
Boris Arzentar
590e86ae53 chore: upgrade version to 0.1.3 2024-04-21 22:10:49 +02:00
Boris Arzentar
bdd664a2aa fix: replace dspy with official version and add custom dataset 2024-04-21 16:11:51 +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
Boris Arzentar
a71a55f4ad version 0.1.2 2024-03-30 18:33:13 +01:00
Boris Arzentar
d315248bfa fix: change API client according to api implementation 2024-03-30 17:53:53 +01:00
Boris Arzentar
370b74988e chore: add functions to improve user experience 2024-03-30 15:25:34 +01:00
Boris Arzentar
fc7851156a chore: remove unused libs 2024-03-29 14:36:58 +01:00
Boris Arzentar
cf39bb1c85 chore: update python version to 3.11 2024-03-29 14:10:20 +01:00
Vasilije
b950dda3f6 Updated instructor 2024-03-29 11:10:37 +01:00
Vasilije
90c41512ed Ollama fixes, missing libs + config fixes 2024-03-28 11:26:22 +01:00
Vasilije
7bf80fb0f5 Ollama fixes, missing libs + config fixes 2024-03-26 21:34:19 +01:00