Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
44f35793db5e425ff784bccd05cea3cd0eebb3dd
MemGPT
/
letta
/
data_sources
下载当前目录
G
GitHub
merge this (
#4759
)
b8e9a80d
创建于
2025年9月18日
历史提交
文件
最后提交记录
最后更新时间
__init__.py
feat: plugin system and backend runtime flags (#2543)
11 个月前
connectors.py
chore: remove legacy embeddings (#3846)
9 个月前
connectors_helper.py
fix(load-directory): Fix up file extension comparison & path list construction The file extensions used in `cli_load.py` has '.' prefix. The comparison in `get_filenames_in_dir` uses the strings from `ext = file_path.suffix.lstrip(".")` resulting in strings without '.' prefix. We fix this by giving extensions without '.' prefix in the default list of extensions to compare against. The file_path generated are of type PosixPath, where as string list is expected. We fix this by converting PosixPath to string before constructing the list.
1 年前
redis_client.py
feat: add redis stream support (#4144)
8 个月前