Commit graph

3006 commits

Author SHA1 Message Date
Igor Ilic
e06cf11f49 fix: Resolve import issue with creating auth dataset 2025-09-04 19:53:59 +02:00
Igor Ilic
805f443cd6 feat: Add memify router 2025-09-04 19:08:55 +02:00
Igor Ilic
b0d4503f2b refactor: Move memify our of api folder 2025-09-04 18:12:59 +02:00
Igor Ilic
95bafd942c feat: add coding rule search type 2025-09-04 18:06:02 +02:00
Igor Ilic
c1106b76fe feat: Added new coding rules search 2025-09-04 17:53:07 +02:00
Igor Ilic
3c50ef4d6f docs: Update docstring for memify 2025-09-04 14:44:13 +02:00
Igor Ilic
0e3a10d925 refactor: Change input task names 2025-09-03 17:49:33 +02:00
Igor Ilic
90ef8c30d2 refactor: Rename tasks 2025-09-03 16:16:55 +02:00
Igor Ilic
2847569616 feat: memify next iteration 2025-09-03 16:08:32 +02:00
Igor Ilic
1a2977779f feat: Add memify coding agent example 2025-09-03 12:03:17 +02:00
Igor Ilic
af084af70f feat: Memify pipeline initial commit 2025-09-02 21:32:09 +02:00
Igor Ilic
72e5b2bec8 feat: Initial memify commit 2025-09-01 17:48:50 +02:00
vasilije
940d4797bc added fix to embeddings format 2025-09-01 17:17:48 +02:00
Vasilije
7b21170e8e
fix: Embedding engine fix (#1319)
<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin.
2025-09-01 17:17:04 +02:00
Vasilije
9b1af4db64
fix: Return coding rules to MCP (#1322)
<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin.
2025-09-01 16:52:54 +02:00
Igor Ilic
e29c16edc5 fix: Return coding rules to MCP 2025-09-01 16:31:10 +02:00
Vasilije
80b95b4df6
Merge branch 'dev' into embedding_engine_fix 2025-08-30 10:39:59 +02:00
Vasilije
427d67babf
fix: Add openrouter test (#1318)
<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin.
2025-08-30 10:39:49 +02:00
vasilije
377c0d3973 added fix to embedding engine 2025-08-30 10:38:46 +02:00
vasilije
a3da74a01d add open router 2025-08-29 21:49:28 +02:00
Vasilije
00646f108c
feat: Configurable path exclusion code graph (#1218)
<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin.
2025-08-29 17:32:40 +02:00
Vasilije
4ee807579b
Merge branch 'dev' into configurable-path-exclusion-code-graph 2025-08-29 17:32:31 +02:00
Vasilije
430a88e3c3
feat: Optional search flags (#1312)
<!-- .github/pull_request_template.md -->

## Description
Add ability to define system prompt on completion search, add
only_context flag to allow users to see what will be fed to the LLM

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin.
2025-08-29 17:27:56 +02:00
Igor Ilic
4b1681d856 Merge branch 'dev' into optional-search-flags 2025-08-29 17:02:11 +02:00
Igor Ilic
96dff59f4c
Merge branch 'dev' into configurable-path-exclusion-code-graph 2025-08-29 16:54:08 +02:00
Vasilije
eb5631370e
feat: Enable nodesets on backend (#1314)
<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin.
2025-08-29 16:21:42 +02:00
Igor Ilic
c4eabd3573
Merge branch 'dev' into configurable-path-exclusion-code-graph 2025-08-29 16:14:47 +02:00
Igor Ilic
0ecea42c2c test: Remove repo path test 2025-08-29 16:12:25 +02:00
Vasilije
0cb1fd447c
fix: Make metadata prune true by default (#1316)
<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin.
2025-08-29 16:07:01 +02:00
Igor Ilic
4159846bb3 fix: Make exluded paths use absolute path 2025-08-29 16:04:14 +02:00
Igor Ilic
14e07bc650 fix: Make metadata prune true by default 2025-08-29 14:41:57 +02:00
Igor Ilic
978815586c docs: Add docstring for node usage in backend 2025-08-29 14:21:42 +02:00
Igor Ilic
614055c850 refactor: Add docs for new search arguments 2025-08-29 14:16:18 +02:00
Igor Ilic
b9fa285c1a fix: Add node_name and node_type to context search 2025-08-29 13:38:52 +02:00
Igor Ilic
e6ee182d78 fix: Handle [] node_name case 2025-08-29 13:03:06 +02:00
Igor Ilic
21f688385b feat: Add nodeset as default node type 2025-08-29 12:53:29 +02:00
Igor Ilic
c3f5840bff refactor: Remove unused argument 2025-08-29 12:24:15 +02:00
Igor Ilic
5bfae7a36b refactor: Resolve unit tests failing for search 2025-08-29 10:30:49 +02:00
Igor Ilic
fd4deee27c feat: Handle multi language support with configurable-path-exclusion-code-graph 2025-08-28 19:04:24 +02:00
Igor Ilic
cf636ba77f feat: Enable nodesets on backend 2025-08-28 18:37:44 +02:00
Igor Ilic
966e676d61 refactor: Have search prompt be empty string by default 2025-08-28 17:23:15 +02:00
Igor Ilic
7fd5e1e010 fix: Make custom_prompt be None by default 2025-08-28 13:53:08 +02:00
Igor Ilic
2915698d60 feat: Add only_context and system prompt flags for search 2025-08-28 13:43:37 +02:00
Igor Ilic
ac87e62adb feat: Save search flag progress 2025-08-28 10:52:08 +02:00
Vasilije
a2f8b594bd
chore: Update lock files (#1306)
<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin.
2025-08-27 17:48:50 +02:00
Igor Ilic
1f2809a2e1 chore: Update lock files 2025-08-27 17:40:25 +02:00
Igor Ilic
66673af56d
feat: Return async gather for documents (#1303)
<!-- .github/pull_request_template.md -->

## Description
Return async gather for documents

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin.
2025-08-27 17:08:41 +02:00
Igor Ilic
94cbef44ed feat: Return async gather for documents 2025-08-27 16:42:53 +02:00
Vasilije
220997d8fa
Feat/update notebooks pre release (#1302)
<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin.
2025-08-27 16:41:50 +02:00
Daulet Amirkhanov
f339b27dfa refactor: update Jupyter notebooks to prevent kernel exit during GitHub Actions 2025-08-27 15:37:29 +01:00