8dbd6d13 | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: move getConf function into LlmClient class as private method |
85ad8ea9 | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add constructor parameters to LlmClient with fallback to config values |
9b704e62 | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: replace global $conf access with getConf method in LlmClient |
6c51c388 | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: update ChromaDBClient constructor call with missing parameters |
35d66f98 | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: make ChromaDBClient parameters mandatory and pass them from action.php |
15312b8e | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: remove duplicate property declarations in ChromaDBClient |
a068a1ba | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: replace direct $conf access with getConf method in ChromaDBClient |
f2ab331f | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: resolve ChromaDB connection issue by using correct host and port variables |
1f06f0c8 | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: update Exception to \Exception in catch blocks |
3eb8bece | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: use fully qualified Exception class name in ChromaDBClient |
e617d61c | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: replace undefined constants with DokuWiki plugin configuration in ChromaDB client initialization |
dff0571a | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: replace undefined constants with DokuWiki plugin configuration values |
7f9bf094 | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: use DokuWiki plugin configuration for ChromaDB client settings |
0fdec17d | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: move configuration to proper files and add descriptions |
59036814 | 15-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
Moved to root. |
381d3eb1 | 15-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
Renamed. |
0a26b4fc | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: add proper namespace to ChromaDBClient instantiation |
0cf9315f | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: resolve LlmClient class not found error by adding proper namespace prefix |
6a3d95e7 | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: resolve class not found errors by using relative namespace references |
5a3da42e | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: rename llm_client_plugin_dokullm class to LlmClient for proper autoloading |
722c4327 | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: add missing namespace to llm_client.php to resolve class not found error |
2ab1afe0 | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: replace require_once calls with proper autoloading in action.php |
bfda6bda | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: add proper namespace to ChromaDBClient instantiation |
75262fe8 | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: update parseFilePath call to use namespaced version in chromadb_cli.php |
42106dd7 | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: update ChromaDBClient references to use proper namespace and improve collection existence check |