Commit graph

11 commits

Author SHA1 Message Date
Boris Arzentar
4fb3dc31a4 fix: enable sdk and fix config 2024-06-03 14:03:24 +02:00
vujke
b5c6628cfe add_coginitive_layer_graphs fix 2024-06-01 18:43:04 +02:00
Boris Arzentar
aef78c4a8f fix: set config before using it 2024-05-27 14:18:39 +02:00
Boris Arzentar
f065a63440 Merge remote-tracking branch 'origin/main' into feat/frontend-redesign 2024-05-27 00:37:38 +02:00
Vasilije
cddf836fce Updates to the configs 2024-05-26 11:46:49 +02:00
Vasilije
79311ee510 fix deployment 2024-05-17 10:09:43 +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
84fcf6c5a6 fix cog layers 2024-04-29 22:52:44 +02:00
Boris Arzentar
f655ee8194 Intermidiate commit 2024-04-24 19:35:36 +02:00
Boris Arzentar
e58251b00c fix: download nltk files when needed 2024-04-21 22:03:18 +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