glchat-plugin 0.3.2__py3-none-any.whl → 0.3.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -39,6 +39,7 @@ class BasePipelinePresetConfig(BaseModel):
39
39
  retrieve_memory_threshold (float): The retrieve memory threshold.
40
40
  retrieve_memory_top_k (int): The retrieve memory top k.
41
41
  enable_memory (bool): Whether to enable memory.
42
+ enable_live_chat (bool): Whether to enable live chat.
42
43
  use_cache (bool): Whether to use cache.
43
44
  chat_history_limit (int): The chat history limit.
44
45
  anonymize_em (bool): Whether to anonymize before using the embedding model.
@@ -63,6 +64,7 @@ class BasePipelinePresetConfig(BaseModel):
63
64
  retrieve_memory_threshold: float = Field(default=0.3, ge=0, le=1)
64
65
  retrieve_memory_top_k: int = Field(default=10, ge=1)
65
66
  enable_memory: bool = False
67
+ enable_live_chat: bool = False
66
68
  use_cache: bool
67
69
  chat_history_limit: int
68
70
  anonymize_em: bool
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: glchat-plugin
3
- Version: 0.3.2
3
+ Version: 0.3.3
4
4
  Author-email: GenAI SDK Team <gat-sdk@gdplabs.id>
5
5
  Requires-Python: <3.13,>=3.11
6
6
  Description-Content-Type: text/markdown
@@ -7,7 +7,7 @@ glchat_plugin/context/context_manager.py,sha256=0lhO0w_hd5dUdIEJQ2LOJFZsgpzitQU_
7
7
  glchat_plugin/handler/__init__.py,sha256=H5DJaAfwwtRsvMcOaEzHfGMQk25H7la0E7uPfksWtoQ,40
8
8
  glchat_plugin/handler/base_post_login_handler.py,sha256=48xSbe_LwTCjRY-lCuzWXqbnEr1ql8bAhQih1Xeh8f8,2835
9
9
  glchat_plugin/pipeline/__init__.py,sha256=Sk-NfIGyA9VKIg0Bt5OHatNUYyWVPh9i5xhE5DFAfbo,41
10
- glchat_plugin/pipeline/base_pipeline_preset_config.py,sha256=sgLss4ZVmDg1VGx_OT6-ecWgoN4f0X6MKnAcZgI0-dY,2755
10
+ glchat_plugin/pipeline/base_pipeline_preset_config.py,sha256=vr453A2Nx09LqBYbsAVsMutD952wKh3udE1L4vXKyEI,2852
11
11
  glchat_plugin/pipeline/pipeline_handler.py,sha256=aCRvhS6Dkhmqsx_Ya-2t2PbMseacw1VI6PUEOQq0RsM,25620
12
12
  glchat_plugin/pipeline/pipeline_plugin.py,sha256=fozvxVrOphgwLIF7uPrEkF8ZQcu8xgifYAQyuxj9628,4393
13
13
  glchat_plugin/service/__init__.py,sha256=9T4qzyYL052qLqva5el1F575OTRNaaf9tb9UvW-leTc,47
@@ -19,7 +19,7 @@ glchat_plugin/storage/base_anonymizer_storage.py,sha256=oFwovWrsjM7v1YjeN-4p-M3O
19
19
  glchat_plugin/storage/base_chat_history_storage.py,sha256=JvUUFMu_9jRBQ9yug_x7S4rQjZEA1vM5ombDvz-7zCE,11095
20
20
  glchat_plugin/tools/__init__.py,sha256=OFotHbgQ8mZEbdlvlv5aVMdxfubPvkVWAcTwhIPdIqQ,542
21
21
  glchat_plugin/tools/decorators.py,sha256=AvQBV18wzXWdC483RSSmpfh92zsqTyp8SzDLIkreIGU,3925
22
- glchat_plugin-0.3.2.dist-info/METADATA,sha256=Y54uBUa9yasHMMFhyXzPjFhL8l0BknRNDsEY5OzW7p0,2063
23
- glchat_plugin-0.3.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
24
- glchat_plugin-0.3.2.dist-info/top_level.txt,sha256=fzKSXmct5dY4CAKku4-mkdHX-QPAyQVvo8vpQj8qizY,14
25
- glchat_plugin-0.3.2.dist-info/RECORD,,
22
+ glchat_plugin-0.3.3.dist-info/METADATA,sha256=1bozXLkRzmPPfsaos_a0yBtzHr_2jmg_NlJFIaBYEME,2063
23
+ glchat_plugin-0.3.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
24
+ glchat_plugin-0.3.3.dist-info/top_level.txt,sha256=fzKSXmct5dY4CAKku4-mkdHX-QPAyQVvo8vpQj8qizY,14
25
+ glchat_plugin-0.3.3.dist-info/RECORD,,