Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
99eefa291c | ||
|
|
1fb1f2a636 |
+1
-1
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "library-desk"
|
||||
version = "1.4.8"
|
||||
version = "1.4.9"
|
||||
description = "Coordination service for The Library system - HybridRAG queries, document ingestion, entity extraction, and knowledge consolidation"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
|
||||
@@ -488,6 +488,7 @@ class VectorService:
|
||||
"chunk_id": point["id"],
|
||||
"page_id": payload.get("page_id"),
|
||||
"document_id": payload.get("document_id"),
|
||||
"paperless_id": payload.get("paperless_id"), # For Paperless documents
|
||||
"collection_id": payload.get("collection_id"),
|
||||
"doc_type": payload.get("doc_type", "wiki")
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user