updated qdrant

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
Francisco Javier Arceo 2025-06-25 09:57:02 -04:00
parent fa36b672f1
commit 0cc625560d
4 changed files with 3 additions and 12 deletions

View file

@ -41,7 +41,7 @@ class ChunkMetadata(BaseModel):
:param metadata_token_count: The number of tokens in the metadata of the chunk.
"""
chunk_id: str = None
chunk_id: str | None = None
document_id: str | None = None
source: str | None = None
created_timestamp: int | None = None