From 7d4fb88b4c10e3c2692c44c0cdb5fe19344fb622 Mon Sep 17 00:00:00 2001 From: Lars Date: Tue, 2 Sep 2025 17:04:24 +0200 Subject: [PATCH] app/embeddings.py aktualisiert --- app/embeddings.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/embeddings.py b/app/embeddings.py index 74b84d2..92330cb 100644 --- a/app/embeddings.py +++ b/app/embeddings.py @@ -1,3 +1,8 @@ +""" +Version 0.1 + +""" + from __future__ import annotations from typing import List from functools import lru_cache