mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
10 lines
150 B
Python
10 lines
150 B
Python
# coding=utf-8
|
||
"""
|
||
@project: maxkb
|
||
@Author:虎
|
||
@file: __init__.py
|
||
@date:2023/9/21 14:53
|
||
@desc:
|
||
"""
|
||
from .embedding import *
|