849 Revīzijas (v0.20.3)

Autors SHA1 Ziņojums Datums
  Jay Xu 6d1078b538
fix 'KeyError: "There is no item named 'word/NULL' in the archive"' (#9455) pirms 2 mēnešiem
  Kevin Hu 5e8cd693a5
Refa: split services about llm. (#9450) pirms 2 mēnešiem
  Kevin Hu 4b1b68c5fc
Fix: no doc hits after meta data filter. (#9435) pirms 2 mēnešiem
  Stephen Hu da5cef0686
Refactor:Improve the float compare for LocalAIRerank (#9428) pirms 2 mēnešiem
  Yongteng Lei a0c2da1219
Fix: Patch LiteLLM (#9416) pirms 2 mēnešiem
  Kevin Hu 153e430b00
Feat: add meta data filter. (#9405) pirms 2 mēnešiem
  Yongteng Lei 83771e500c
Refa: migrate chat models to LiteLLM (#9394) pirms 2 mēnešiem
  HaiyangP 79399f7f25
Support the case of one cell split by multiple columns. (#9225) pirms 2 mēnešiem
  Jay Xu 7f08ba47d7
Fix "no `tc` element at grid_offset" (#9375) pirms 2 mēnešiem
  Jay Xu ce3dd019c3
Fix broken data stream when writing image file (#9354) pirms 2 mēnešiem
  TeslaZY 476c56868d
Agent plans tasks by referring to its own prompt. (#9315) pirms 2 mēnešiem
  Stephen Hu 7713e14d6a
Update chat_model.py (#9318) pirms 2 mēnešiem
  Kevin Hu a2e1f5618d
Fix: bytes style image issue. (#9304) pirms 2 mēnešiem
  Stephen Hu 0a0bfc02a0
Refactor:naive_merge_with_images close useless images (#9296) pirms 2 mēnešiem
  He Wang 4fc9e42e74
fix: add missing env vars and default values of service_conf.yaml (#9289) pirms 2 mēnešiem
  so95 35539092d0
Add **kwargs to model base class constructors (#9252) pirms 2 mēnešiem
  Kevin Hu 9ca86d801e
Refa: add provider info while adding model. (#9273) pirms 2 mēnešiem
  Stephen Hu 7efeaf6548
Fix:remove a img close which can not operate (#9267) pirms 2 mēnešiem
  gooodboyAo a7eba61067
FIX: If chunk["content_with_weight"] contains one or more unpaired surrogate characters (such as incomplete emoji or other special characters), then calling .encode("utf-8") directly will raise a UnicodeEncodeError. (#9246) pirms 2 mēnešiem
  Kevin Hu 2124329e95
Fix: local variable issue. (#9255) pirms 2 mēnešiem
  yzz 550e65bb22
Fix: PlainParser using fix in presentation (#9239) pirms 2 mēnešiem
  Stephen Hu 0a303d9ae1
Refactor:Improve the chat stream logic for NvidiaCV (#9242) pirms 2 mēnešiem
  Stephen Hu 1deb0a2d42
Fix:local variable 'response' referenced before assignment (#9230) pirms 2 mēnešiem
  Yongteng Lei a249803961
Refa: ensure Redis stream queue could be created properly (#9223) pirms 2 mēnešiem
  Kevin Hu 6ec3f18e22
Fix: self-deployed LLM error, (#9217) pirms 2 mēnešiem
  Yongteng Lei 30ccc4a66c
Fix: correct single base64 image handling in image prompt (#9220) pirms 2 mēnešiem
  Jay Xu cae11201ef
fix "out of memory" if slide.get_thumbnail() to a huge image (#9211) pirms 2 mēnešiem
  Stephen Hu 667c5812d0
Fix:Repeated images when parsing markdown files with images (#9196) pirms 3 mēnešiem
  Stephen Hu e9cbf4611d
Fix:Error when parsing files using Gemini: **ERROR**: GENERIC_ERROR - Unknown field for GenerationConfig: max_tokens (#9195) pirms 3 mēnešiem
  Kevin Hu a16cd4f110
Refa: add result to callback for agent tool use. (#9137) pirms 3 mēnešiem
  Stephen Hu 5ccdb95008
Refactor:Introduce Image Close For GeminiCV (#9147) pirms 3 mēnešiem
  JI4JUN aeaeb169e4
Feat/support 302ai provider (#8742) pirms 3 mēnešiem
  Stephen Hu 20b4d88098
Refactor: Improve the try catch logic for XinferenceEmbed (#9128) pirms 3 mēnešiem
  Kevin Hu d9fe279dde
Feat: Redesign and refactor agent module (#9113) pirms 3 mēnešiem
  謝富祥 021e8b57ae
Fix: fix error 429 api rate limit when building knowledge graph for all chat model and Mistral embedding model (#9106) pirms 3 mēnešiem
  Yongteng Lei 39ef2ffba9
Feat: parsing supports jsonl or ldjson format (#9087) pirms 3 mēnešiem
  Stephen Hu ba563f8095
Update embedding_model.py (#9083) pirms 3 mēnešiem
  Zhichang Yu 342a04ec8a
Added infinity rank_feature support (#9044) pirms 3 mēnešiem
  Stephen Hu 86b4da0844
Refactor: Remove Useless split for BedrockEmbed (#9067) pirms 3 mēnešiem
  Stephen Hu 53b0b0e583
get keep alive from env (#9039) pirms 3 mēnešiem
  pyyuhao 49f3f26622
Bug fix: OpenSearch chunk update some api error (#9032) pirms 3 mēnešiem
  Viktor Dmitriyev b47dcc9108
Fix issue with `keep_alive=-1` for ollama chat model by allowing a user to set an additional configuration option (#9017) pirms 3 mēnešiem
  Yongteng Lei a2f73af1a4
Fix: typo Bearer token (#8998) pirms 3 mēnešiem
  Yongteng Lei 7ebc1f0943
Feat: add model provider DeepInfra (#9003) pirms 3 mēnešiem
  Stephen Hu ec21d9a98f
Refactor:remove use less convert for FastEmbed (#8984) pirms 3 mēnešiem
  He Wang 175f5eaa90
use quote_plus to escape password in opendal's mysql url (#8976) pirms 3 mēnešiem
  Kevin Hu 935ce872d8
Refa: remove temperature since some LLMs fail to support. (#8981) pirms 3 mēnešiem
  Stephen Hu 95b9208b13
Fix:Improve float operation when rerank (#8963) pirms 3 mēnešiem
  Kevin Hu c783d90ba3
Perf: set timeout for building chunks. (#8940) pirms 3 mēnešiem
  Stephen Hu 46caf6ae72
Refactor improve codes for ranker (#8936) pirms 3 mēnešiem