Commit graph

284 commits

Author SHA1 Message Date
Vasilije
f236bd0c87 Fixes to database manager 2024-02-20 09:29:09 +01:00
Vasilije
77d2e1b9ef Fixes to database manager 2024-02-19 23:33:53 +01:00
Vasilije
a7e83385da Fixes to README.md 2024-02-19 19:08:04 +01:00
Boris Arzentar
10766f2ac0 Merge remote-tracking branch 'origin/COG-23' into COG-23 2024-02-19 18:44:25 +01:00
Boris Arzentar
f2832fa6cd fix: add python module resolution root and remove loading of env variables 2024-02-19 18:43:55 +01:00
Vasilije
636df49006 Fixes to README.md 2024-02-19 18:00:48 +01:00
Vasilije
99b1073560 Fixes to memory component 2024-02-19 12:44:53 +01:00
Vasilije
0a38e09b3f Fixes to memory component 2024-02-18 20:10:08 +01:00
Vasilije
fee4982aa2 Fixes to memory component 2024-02-18 17:56:55 +01:00
Vasilije
6afecd268e Merge remote-tracking branch 'origin/COG-23' into COG-23 2024-02-18 17:43:21 +01:00
Vasilije
8885ae7fe7 Add link and unlink user memories 2024-02-18 17:26:43 +01:00
Boris
d8240b6268
fix: fix typo in classify_user_query.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-02-17 17:47:24 +01:00
Boris
644c512824
fix: replace logging in classify_summary.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-02-17 17:46:03 +01:00
Boris
8e5d2dae94
fix: replace logging function in classify_documents.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-02-17 17:44:45 +01:00
Vasilije
22390c1bd1 Sqlite works, made fixes in config so it becomes a basis, added a few mods on top 2024-02-17 12:39:05 +01:00
Vasilije
6c5d6b6d8a Sqlite works, made fixes in config so it becomes a basis, added a few mods on top 2024-02-17 12:36:26 +01:00
Vasilije
2bb1da1487 Sqlite works, made fixes in config so it becomes a basis, added a few mods on top 2024-02-17 10:54:30 +01:00
Vasilije
91fe3f55a7 Sqlite works, made fixes in config so it becomes a basis, added a few mods on top 2024-02-16 17:58:50 +01:00
Vasilije
3a33503b24 Sqlite works, made fixes in config so it becomes a basis, added a few mods on top 2024-02-16 16:54:45 +01:00
Vasilije
b0b9c31102 Sqlite works, made fixes in config so it becomes a basis, added a few mods on top 2024-02-16 13:09:53 +01:00
Vasilije
653fe049b4 Fixes to sqlite 2024-02-15 18:44:47 +01:00
Vasilije
14abfd0180 Refactor sql database so it supports sqlite, added new vectordb type and improved a few things. ran pylint 2024-02-15 18:19:47 +01:00
Vasilije
17372e30e8 Refactor sql database so it supports sqlite, added new vectordb type and improved a few things. ran pylint 2024-02-15 18:19:26 +01:00
Vasilije
025f0dc4f8 Refactor sql database so it supports sqlite, added new vectordb type and improved a few things. ran pylint 2024-02-15 18:16:01 +01:00
Vasilije
b3f29d3f2d ran black, fixed some linting issues 2024-02-15 18:01:12 +01:00
Vasilije
1f3ac1ec97 Refactor sql database so it supports sqlite, added new vectordb type and improved a few things 2024-02-15 15:58:12 +01:00
Vasilije
fdb16dc5a6
Merge pull request #41 from topoteretes/chore/debugging
chore: add debugpy and update readme
2024-02-15 10:59:00 +01:00
Boris Arzentar
df4db90c16 fix: remove unnecessary logging import 2024-02-15 10:37:27 +01:00
Boris
83d32ea143
fix: make echo-ing env variables more clear
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-02-15 10:36:10 +01:00
Boris
f192ad5edc
fix: replace string comparison from is not to !=
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-02-15 10:35:02 +01:00
Boris Arzentar
47c3463406 chore: add debugpy and update readme 2024-02-15 10:13:19 +01:00
Vasilije
817df19bc7
Merge pull request #40 from topoteretes/fixes_for_local_run
added a few updates for easier running in local
2024-02-11 22:15:06 +01:00
Vasilije
40468236f2
Update api.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-02-11 22:12:00 +01:00
Vasilije
98a7d91380
Update main.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-02-11 22:11:27 +01:00
Vasilije
c34a45ac14 added a few updates for easier running in local 2024-02-11 22:08:04 +01:00
Vasilije
62c4a7bd3a
Update README.md 2024-01-26 15:38:06 +01:00
Vasilije
9b70d12e8e
Merge pull request #39 from topoteretes/feature/keepi_deployment
Update the flow
2024-01-26 15:36:19 +01:00
Vasilije
71df191988 Update the flow 2024-01-26 15:35:36 +01:00
Vasilije
0591e9cb84
Merge pull request #38 from topoteretes/feature/keepi_deployment
Build and deploy keepi integration support
2024-01-26 14:11:05 +01:00
Vasilije
280a294ea1 Build and deploy keepi integration support 2024-01-26 14:10:44 +01:00
Vasilije
6c49bb33af
Merge pull request #37 from topoteretes/feature/keepi_deployment
Build and deploy keepi integration support
2024-01-26 12:53:58 +01:00
Vasilije
1936fea0c2 Build and deploy keepi integration support 2024-01-26 12:53:24 +01:00
Vasilije
0cb99ec570
Merge pull request #36 from topoteretes/feature/keepi_deployment
Build and deploy keepi integration support
2024-01-26 11:22:45 +01:00
Vasilije
a978e72d8e Build and deploy keepi integration support 2024-01-26 11:21:21 +01:00
Vasilije
62fe139c92 Build and deploy keepi integration support 2024-01-25 17:30:14 +01:00
Vasilije
35bb5448b5 Build and deploy keepi integration support 2024-01-25 17:06:29 +01:00
Vasilije
62344ebcb7
Merge pull request #35 from topoteretes/update_package_and_version
Update package and version
2024-01-25 17:03:37 +01:00
Vasilije
54772d038a Rename the build package name and refactored the local runner 2024-01-25 16:46:39 +01:00
Vasilije
52058c0696 Rename the build package name and refactored the local runner 2024-01-25 12:31:08 +01:00
Vasilije
2321c7ebdd Rename the build package name and refactored the local runner 2024-01-25 12:30:39 +01:00