0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. MemGPT
  2. /
  3. letta
  4. /
  5. data_sources
GGitHubmerge 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 个月前