12 次代码提交 (fa753239adde52612fda29f72e13acd9821e2ce8)

作者 SHA1 备注 提交日期
  Yongtao Huang fa753239ad
Refactor: use logger = logging.getLogger(__name__) in logging (#24515) 2 个月前
  GuanMu 47f480c0dc
fix: unify log format, use placeholders instead of string concatenation (#24544) 2 个月前
  Asuka Minato a189d293f8
make logging not use f-str, change others to f-str (#22882) 3 个月前
  Bowen Liang 0f3d4d0b6e
chore: bump mypy to 1.16 (#20608) 4 个月前
  Yeuoly 403e2d58b9
Introduce Plugins (#13836) 8 个月前
  yihong 56e15d09a9
feat: mypy for all type check (#10921) 10 个月前
  yihong 463fbe2680
fix: better gard nan value from numpy for issue #11827 (#11864) 10 个月前
  yihong 5a8a901560
fix: float values are not json for nan value close #11827 (#11840) 10 个月前
  kazuya-awano 2d6865d421
Ensure consistent float type for cached embedding return values (#10185) 11 个月前
  Bowen Liang 51db59622c
chore(lint): cleanup repeated cause exception in logging.exception replaced by helpful message (#10425) 11 个月前
  Bowen Liang 574c4a264f
chore(lint): Use logging.exception instead of logging.error (#10415) 1年前
  zhuhao b90ad587c2
refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 1年前
  zhuhao d97d3ff5fc
chore: add abstract decorator and output log when query embedding fails (#9264) 1年前
  Jyong 4669eb24be
add embedding input type parameter (#8724) 1年前
  HowardChan 0123498452
fix:logs and rm unused codes in CacheEmbedding (#8409) 1年前
  Bowen Liang 2cf1187b32
chore(api/core): apply ruff reformatting (#7624) 1年前
  Jyong 2e4dec365d
Compatible with unique index conflicts (#3183) 1年前
  Jyong ab9fcbdfb9
Duplicate embedding cache check (#3134) 1年前
  Jyong 5e66a60f1c
add embedding cache and clean embedding cache job (#3087) 1年前
  Bowen Liang 29ab244de6
fix: correct the parent class of CacheEmbedding (#2578) 1年前
  Bowen Liang 063191889d
chore: apply ruff's pyupgrade linter rules to modernize Python code with targeted version (#2419) 1年前
  Bowen Liang 843280f82b
enhancement: introduce Ruff for Python linter for reordering and removing unused imports with automated pre-commit and sytle check (#2366) 1年前
  takatost 9f637ead38
bump version to 0.5.3 (#2306) 1年前
  Jyong ee9c7e204f
delete document cache embedding (#2101) 1年前
  Jyong a3c7c07ecc
use redis to cache embeddings (#2085) 1年前
  Bowen Liang cc9e74123c
improve: introduce isort for linting Python imports (#1983) 1年前
  takatost d069c668f8
Model Runtime (#1858) 1年前
  Wen O.Y a1cd043fdc
fix: Incorrect order of embedded documents in CacheEmbedding (#1671) 1年前
  Jyong 1fc57d7358
normalize embedding (#974) 2 年前
  takatost 5fa2161b05
feat: server multi models support (#799) 2 年前
  lixiaoyin cc277227ad
fix i is not incremented due to violating the uniqueness constraint w… (#771) 2 年前
  John Wang 7599f79a17
feat: claude api support (#572) 2 年前
  John Wang 3241e4015b
feat: upgrade langchain (#430) 2 年前