a0732fe5 | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add 'get' command to CLI and getDocument helper function |
dc16f90f | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: check only first metadata entry for processed_at timestamp |
b29d3ddd | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: use collection ID directly and return true when processed_at is missing |
96716e43 | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: move chunk ID creation to needsUpdate and pass document ID instead of chunk IDs |
a4ce923a | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: rename checkDocumentNeedsUpdate to needsUpdate |
d27bdefa | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: combine checkDocument and checkDocumentNeedsUpdate functions |
87cedfa2 | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add timestamp-based document update checking functionality |
cd0b2ada | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add timestamp to chunk metadata for processing tracking |
11d7a8cc | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: keep only metadatas in checkDocument method |
c114ae45 | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add limit parameter to checkDocument method |
c9660904 | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: include documents in checkDocument method response |
7117f522 | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: remove "documents" from include array in checkDocument method |
e022ad08 | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add include parameter with metadatas and documents to checkDocument method |
085b080c | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: rename getDocuments to checkDocument for clarity |
cfb743be | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: change "Original ID" to "Document ID" in output message |
6c1d0838 | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: skip files with no valid chunks and no embeddings created |
fc6c4b51 | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
chore: remove debug echo statement for document existence check |
ff782d08 | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: check first 3 chunk numbers to detect existing documents in ChromaDB |
d4134fdb | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add document existence check before processing files in ChromaDB |
85e52c60 | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: skip files starting with underscore when sending to chromadb |
bdeb2c37 | 02-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: implement title-based tagging for document chunks in chromadb_cli |
a0d335a2 | 02-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
fix: update default values for think and use_tools configuration options |
e16ed9fc | 02-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
chore: disable think and use_tools features by default |
df51cd08 | 02-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: update AI thinking content extraction to use XML tags instead of backticks |
ec3ec44c | 02-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
refactor: remove redundant action check for showing thinking content modal |