History log of /plugin/dokullm/ChromaDBClient.php (Results 1 – 16 of 16)
Revision Date Author Comments
# e3574e2b 20-Oct-2025 Costin Stroie (aider) <costinstroie@eridu.eu.org>

fix: ensure ollamaModel is always a string with proper default fallback


# 8db00449 20-Oct-2025 Costin Stroie (aider) <costinstroie@eridu.eu.org>

fix: ensure ollama model parameter is string type


# 0fca79f3 20-Oct-2025 Costin Stroie (aider) <costinstroie@eridu.eu.org>

refactor: move directory processing logic from ChromaDBClient to chromadb_cli


# 69e7c1a6 20-Oct-2025 Costin Stroie (aider) <costinstroie@eridu.eu.org>

fix: add missing use statements for RecursiveIteratorIterator and RecursiveDirectoryIterator


# a74e859f 20-Oct-2025 Costin Stroie <costinstroie@eridu.eu.org>

refactor: clean up ChromaDBClient.php by removing unnecessary blank lines and improving code structure


# b1d13019 15-Oct-2025 Costin Stroie <costinstroie@eridu.eu.org>

fix: correct page ID handling and collection naming in ChromaDB integration


# a223cb91 15-Oct-2025 Costin Stroie (aider) <costinstroie@eridu.eu.org>

feat: add defaultCollection parameter to ChromaDBClient constructor


# 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


# 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


# 59036814 15-Oct-2025 Costin Stroie <costinstroie@eridu.eu.org>

Moved to root.