Commit graph

1599 commits

Author SHA1 Message Date
Igor Ilic
1180839469 feat: Add error handling in case user is already part of database and permission already given to group
Added error handling in case permission is already given to group and user is already part of group

Feature COG-656
2024-12-13 12:49:57 +01:00
Igor Ilic
b8ba436dba fix: Resolve issue with adding permissions to groups
Resolve issue with adding permissions to groups

Fix COG-656
2024-12-13 12:37:01 +01:00
Igor Ilic
eddfc17861 fix: Rewrite endpoint to add users to groups
Rewrote endpoint which adds users to groups

Fix COG-656
2024-12-13 12:13:42 +01:00
Igor Ilic
92d0122b46 fix: Remove data handling based on type in resolving directory function
No need to handle different data types in resolving directories, focus on just handling case when it's a directory

Fix COG-656
2024-12-13 09:55:47 +01:00
Igor Ilic
7100a4994a feat: Add resolving of directories as task for the add pipeline
Add resolving of directories as task for the add pipeline

Feature COG-656
2024-12-12 17:04:49 +01:00
Igor Ilic
659a995965 Merge branch 'dev' of github.com:topoteretes/cognee into COG-656-deployment-state 2024-12-12 16:12:45 +01:00
Igor Ilic
ec38404e95
Merge pull request #360 from topoteretes/fix-pgvector-search
Fix pgvector search
2024-12-12 16:10:52 +01:00
Vasilije
c0bb54ef58
Merge pull request #365 from topoteretes/remove_dependashit
Delete .github/dependabot.yaml
2024-12-12 16:06:42 +01:00
Vasilije
41dcd4f072
Delete .github/dependabot.yaml 2024-12-12 16:04:11 +01:00
Igor Ilic
824e148da5 fix: Fix broken poetry lock
Resolve issue with poetry lock

Fix
2024-12-12 15:10:21 +01:00
Igor Ilic
3a1229c357 Merge branch 'fix-pgvector-search' of github.com:topoteretes/cognee into COG-656-deployment-state 2024-12-12 13:56:47 +01:00
Igor Ilic
a54e2c4e41
Merge branch 'dev' into fix-pgvector-search 2024-12-12 13:39:33 +01:00
Igor Ilic
599e1d478b fix: Resolve issue regrading not having Vector column type defined when using vector search
Issue happens when search is called in a session without previously adding data or creating tables as an import of Vector column type was missing

Fix
2024-12-12 13:37:18 +01:00
Igor Ilic
9b4af85474 fix: Resolve issue with text being submitted as data
Add support for text data to resolving data directory task

Fix COG-656
2024-12-12 13:31:20 +01:00
Vasilije
39356607d2
Merge pull request #359 from topoteretes/dependabot/pip/langsmith-0.2.3
⬆️ Bump langsmith from 0.1.139 to 0.2.3
2024-12-12 13:16:48 +01:00
Vasilije
b0b2b56b03
Merge branch 'dev' into dependabot/pip/langsmith-0.2.3 2024-12-12 13:16:34 +01:00
Vasilije
3b42058e1f
Merge pull request #356 from topoteretes/dependabot/pip/debugpy-1.8.9
⬆️ Bump debugpy from 1.8.2 to 1.8.9
2024-12-12 13:16:08 +01:00
dependabot[bot]
e6a179a244
⬆️ Bump langsmith from 0.1.139 to 0.2.3
Bumps [langsmith](https://github.com/langchain-ai/langsmith-sdk) from 0.1.139 to 0.2.3.
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](https://github.com/langchain-ai/langsmith-sdk/compare/v0.1.139...v0.2.3)

---
updated-dependencies:
- dependency-name: langsmith
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-12 12:15:58 +00:00
Vasilije
06baafe561
Merge branch 'dev' into dependabot/pip/debugpy-1.8.9 2024-12-12 13:15:37 +01:00
Vasilije
60a808340e
Merge pull request #331 from topoteretes/dependabot/pip/fastapi-0.115.6
⬆️ Bump fastapi from 0.109.2 to 0.115.6
2024-12-12 13:12:13 +01:00
Vasilije
cea1c7a4b7
Merge branch 'dev' into dependabot/pip/fastapi-0.115.6 2024-12-12 13:11:17 +01:00
Vasilije
604550ba75
Merge pull request #346 from topoteretes/fix-test-deduplication
fix: Resolve issue with test deduplication github action
2024-12-12 13:10:41 +01:00
Boris Arzentar
aa46bb3d64 fix: enable checks for dev 2024-12-12 12:46:26 +01:00
Igor Ilic
92ecd8a024
fix: Resolve issue with UUID being concatinated instead of string (#358)
Resolve issue regarding UUID being concatenated instead of string
2024-12-12 11:02:03 +01:00
Igor Ilic
c24df239ea
fix: Resolve issue with UUID being concatinated instead of string (#357)
Resolve issue regarding UUID being concatenated instead of string
2024-12-12 11:01:47 +01:00
dependabot[bot]
f4f728ceee
⬆️ Bump debugpy from 1.8.2 to 1.8.9
Bumps [debugpy](https://github.com/microsoft/debugpy) from 1.8.2 to 1.8.9.
- [Release notes](https://github.com/microsoft/debugpy/releases)
- [Commits](https://github.com/microsoft/debugpy/compare/v1.8.2...v1.8.9)

---
updated-dependencies:
- dependency-name: debugpy
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-11 21:17:55 +00:00
Boris
0aa71c488f
chore: increase version to 0.1.20 (#343)
Co-authored-by: Vasilije <8619304+Vasilije1990@users.noreply.github.com>
2024-12-11 21:40:44 +01:00
Boris
4c42e513b5
Merge branch 'main' into fix-test-deduplication 2024-12-11 21:22:48 +01:00
Igor Ilic
ff9fd90cf1 feat: Add directory resolution as step in cognee add function
Added directory resolution as step in cognee add function

Feature COG-656
2024-12-11 17:33:51 +01:00
Igor Ilic
4811dd9375 fix: Resolve issue with test deduplication github action
Remove calling unused get docs github action

Fix
2024-12-11 17:20:14 +01:00
Igor Ilic
d9d90d91ae chore: Remove comments from code
Remove code comments that are not needed

Chore COG-656
2024-12-11 16:49:34 +01:00
Igor Ilic
d4e2eb717a fix: fix existing edge check
Resolve issue with UUID concat by casting to string

Fix COG-656
2024-12-11 16:04:31 +01:00
Igor Ilic
8c972fa37e
Merge pull request #344 from topoteretes/removing_old_files
Remove files
2024-12-11 15:59:01 +01:00
vasilije
3bdcb77745 Remove files 2024-12-11 15:34:29 +01:00
Igor Ilic
f3ce7be885 feat: Add ability to send directories with data to cognee
Add ability to send data directories to cognee

Feature COG-656
2024-12-11 14:31:54 +01:00
Vasilije
7894f221e0
Merge pull request #255 from topoteretes/COG-698
Added basic profiling
2024-12-11 13:41:38 +01:00
vasilije
9a9ea751bf Fix neo4j 2024-12-11 13:37:48 +01:00
Vasilije
4dac95089c Merge remote-tracking branch 'origin/COG-698' into COG-698 2024-12-11 13:30:18 +01:00
Vasilije
7cc5607740 fix 2024-12-11 13:30:09 +01:00
Vasilije
0f0e34e097
Merge branch 'main' into COG-698 2024-12-11 13:17:15 +01:00
Vasilije
0e68019716 fix 2024-12-11 13:16:32 +01:00
Vasilije
5609bbccc8 removed issues 2024-12-11 13:13:19 +01:00
Vasilije
271834f62e
Merge pull request #316 from topoteretes/dependabot/pip/notebook-7.3.1
⬆️ Bump notebook from 7.2.2 to 7.3.1
2024-12-11 13:05:33 +01:00
dependabot[bot]
fb171274d0
⬆️ Bump fastapi from 0.109.2 to 0.115.6
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.109.2 to 0.115.6.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.109.2...0.115.6)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-11 11:39:13 +00:00
dependabot[bot]
6302e35840
⬆️ Bump notebook from 7.2.2 to 7.3.1
Bumps [notebook](https://github.com/jupyter/notebook) from 7.2.2 to 7.3.1.
- [Release notes](https://github.com/jupyter/notebook/releases)
- [Changelog](https://github.com/jupyter/notebook/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/tree@7.2.2...@jupyter-notebook/tree@7.3.1)

---
updated-dependencies:
- dependency-name: notebook
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-11 11:38:49 +00:00
Vasilije
5e020a919d
Merge pull request #319 from topoteretes/dependabot/pip/ruff-0.8.2
⬆️ Bump ruff from 0.2.2 to 0.8.2
2024-12-11 12:35:31 +01:00
Vasilije
7a3ce9ef76
Merge pull request #317 from topoteretes/dependabot/pip/sentry-sdk-2.19.2
⬆️ Bump sentry-sdk from 2.19.0 to 2.19.2
2024-12-11 12:31:53 +01:00
Vasilije
ba615911c4
Merge branch 'main' into dependabot/pip/sentry-sdk-2.19.2 2024-12-11 12:31:41 +01:00
Vasilije
be9f619de9
Merge pull request #297 from topoteretes/dependabot/github_actions/SethCohen/github-releases-to-discord-1.16.2
⬆️ Bump SethCohen/github-releases-to-discord from 1.15.0 to 1.16.2
2024-12-11 12:31:04 +01:00
Vasilije
3510da6bfb
Merge branch 'main' into dependabot/github_actions/SethCohen/github-releases-to-discord-1.16.2 2024-12-11 12:30:43 +01:00