app/embeddings.py aktualisiert
All checks were successful
Deploy mindnet to llm-node / deploy (push) Successful in 3s

This commit is contained in:
Lars 2025-09-02 17:04:24 +02:00
parent d3ec3ed909
commit 7d4fb88b4c

View File

@ -1,3 +1,8 @@
"""
Version 0.1
"""
from __future__ import annotations from __future__ import annotations
from typing import List from typing import List
from functools import lru_cache from functools import lru_cache