Files
life-echo/api/app/core/embedding.py

7 lines
207 B
Python
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
"""Memory chunk 向量维度(与智谱 embedding-3、pgvector 列一致)。
本期固定 1024若调整维度需独立迁移与排期勿仅改此处常量。
"""
MEMORY_EMBEDDING_DIMENSION = 1024