Commit graph

866 commits

Author SHA1 Message Date
Igor Ilic
d68a3be32e feat: Add config support for pgvector
Added config support for using pgvector

Feature #COG-170
2024-10-11 13:23:11 +02:00
Farookh Zaheer Siddiqui
028f0b5100
Fix Typos (#148)
* Update configuration.md

* Update quickstart.md
2024-10-10 13:27:40 +02:00
RuhiJain
485b41a219
Update README.md with new badges (#149) 2024-10-10 13:27:15 +02:00
Vasilije
b6e29b4894
Merge pull request #147 from JeevaRamanathan/patch-1
Docs: Fixed typo in README.md
2024-10-09 11:19:29 -07:00
JeevaRamanathan
ea28a93816
Docs: Fixed typo in README.md 2024-10-09 23:37:14 +05:30
Vasilije
3322891132
Merge pull request #145 from topoteretes/COG-382-refactor-demo-notebook
Cog 382 refactor demo notebook
2024-10-08 12:34:32 -07:00
Igor Ilic
2497546cfb refactor: Add link for articles
Added hyperlinks to article mention

Refactor #COG-382
2024-10-08 20:12:25 +02:00
Igor Ilic
85694687a3 refactor: Refactor RAG issue explanation
Refactored explanation about issues with RAGs. Added information on how results are scored.

Refactor #COG-382
2024-10-08 19:56:59 +02:00
Igor Ilic
b283896564 refactor: add LLMs problem description
Refactored most common problems with LLMs to notebook

Refactor #COG-382
2024-10-08 18:42:28 +02:00
Igor Ilic
a7e9fc8004 refactor: Add new photo of issues with RAGs
Added new diagram of the problems RAGs have I made with drawio

Refactor #COG-382
2024-10-08 18:11:02 +02:00
Igor Ilic
e80e36f3dc refactor: Change text size
Changed text size to be more readable and uniform across the notebook

Refactor #COG-382
2024-10-08 16:50:23 +02:00
Vasilije
6eaf0fe27d
Merge pull request #146 from topoteretes/COG-380
Cog 380
2024-10-08 07:45:09 -07:00
Vasilije
4083e80cf7
Update README.md 2024-10-08 06:52:46 -07:00
Vasilije
89f40f7850
Update README.md 2024-10-08 06:51:56 -07:00
Igor Ilic
e74f9ad45a refactor: Remove common questions from notebook
Removed segment regarding common questions from notebook

Refactor #COG-382
2024-10-08 13:29:05 +02:00
Igor Ilic
6f65a332b9 Merge branch 'main' of github.com:topoteretes/cognee into COG-382-refactor-demo-notebook 2024-10-08 13:26:36 +02:00
Igor Ilic
f2dfa647e0 fix: Add environment setup before pruning
Environment variables need to be setup properly before pruning

Fix #COG-382
2024-10-07 22:10:11 +02:00
Igor Ilic
a2be330f0e refactor: Add link to latest notebook colab
Added link to google colab that uses the latest notebook

Refactor #COG-382
2024-10-07 17:38:55 +02:00
Igor Ilic
a5ccf78f0f refactor: Refactor Jupyter Notebook
Combine all Jupyter Notebooks into one

Refactor #COG-382
2024-10-07 17:06:56 +02:00
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
Ikko Eltociear Ashimine
4ef56a654d
docs: update quickstart.md (#143)
enviroment -> environment
2024-10-07 13:16:38 +02:00
Igor Ilic
fcd60861ba
fix: Fix Jupyter Notebook (#142)
* fix: resolve issue with dlt sqlalchemy usage
Cognee database configuration information was not handled properly by dlt, a new dlt handler
moudle was made to handle database configuration propagation.

* fix: resolve issue with jupyter notebook

cognee add function uses old way of working in the notebook, updated it to
work with the latest state of the cognee add function which doesn't return output.

* fix: Remove empty DB_PATH argument from .env.template

Empty value for DB_PATH in the .env file overrides default value for path intended to be used by cognee.

---------
2024-10-07 12:58:54 +02:00
Boris Arzentar
2e70c23de8 fix: log db path 2024-10-01 20:39:22 +02:00
Boris Arzentar
279e4792a7 fix: await data and system prune 2024-10-01 19:43:17 +02:00
Boris Arzentar
3e88a314d8 fix: prune data and system before starting 2024-10-01 12:45:24 +02:00
Boris Arzentar
d79017b09d Merge remote-tracking branch 'origin/main' 2024-10-01 12:37:57 +02:00
Boris Arzentar
c257bc7d87 fix: remove default user creation on start 2024-10-01 12:37:31 +02:00
Vasilije
b94c757d77
Merge pull request #139 from topoteretes/COG-332
Update the demo
2024-09-30 19:10:43 +02:00
Vasilije
8eeaafcaba Add tasks for segment sync and posthog sync 2024-09-30 19:10:23 +02:00
Vasilije
d2954de4c7 Add tasks for segment sync and posthog sync 2024-09-30 19:09:05 +02:00
Vasilije
1d4e06fdf3 Add tasks for segment sync and posthog sync 2024-09-30 18:30:39 +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
Boris
01582d7a55
feat: split add into tasks and use pipeline architecture (#141)
* feat: split add into tasks and use pipeline architecture
2024-09-30 14:09:20 +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
Boris
56868d8a6f
feat: add telemetry logging to pipelines and tasks (#140)
* feat: add telemetry logging to pipelines and tasks

* fix: enable telemetry for local environment
2024-09-29 12:20:48 +02:00
Vasilije
b436b4af4c Add posthog test task 2024-09-25 18:47:11 +02:00
Vasilije
550d53caf7 Add posthog test task 2024-09-25 18:45:22 +02:00
Vasilije
a257b864d5 Add posthog test task 2024-09-25 18:43:14 +02:00
Vasilije
5f03c92c47 Add posthog test task 2024-09-25 18:35:12 +02:00
Vasilije
96e234192e Add posthog test task 2024-09-25 18:29:58 +02:00
Vasilije
24c1b46b4e Add posthog test task 2024-09-25 17:41:28 +02:00
Vasilije
8fe6f12cd8 Add posthog test task 2024-09-25 17:34:57 +02:00
Vasilije
c1442d9b90 Add posthog test task 2024-09-25 17:24:03 +02:00
Vasilije
86654e1775 Add posthog test task 2024-09-25 17:19:30 +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
41bf8617f1 fix: prune the system on startup 2024-09-25 14:59:04 +02:00