liunux4odoo

Results 15 issues of liunux4odoo

- 用`streamlit-chatbox`重写了webui_st.py,隐藏对话框细节,使webui的逻辑结构更清楚。 - 添加`no_remote_model`, `use_ptuning_v2`, `use_lora`等参数,使得重新加载模型按钮正常工作,与原webui功能保持最大兼容。 - 对`local_doc_qa`和`shared.loaderCheckPoint`进行处理,防止模型重复加载造成OOM。 现在多个session可以共同使用,但最好保持模型参数一致,否则还是容易导致模型冲突或者重复加载。

I have an idea for this project. ## Why? currentlly we can only remove a filter if we want to disable it. when we need the filter again we must...

enhancement

使用缓存避免 spliter / loader 重复创建

enhancement

现在demo中没有看到主从表相关的案例,fastapi-user-auth-demo里用户和角色管理页面里写了link_model_fields,但没看懂有什么效果。 自己写amis配置应该是可以实现的,不知道amis-admin里有没有更简洁的实现方式?

It would be better for handwriting signature if stoke_widht varies with touch pressure in the free-draw mode.

---- 📚 Documentation preview 📚: https://sqlite-utils--628.org.readthedocs.build/en/628/

the make_snapshot needs to create two local files,one rendered by chart,another output of image。 this is because it accepts file path as params only。if it accept file handler, we can...

- 参考 llama-index 添加 VectorStoreIndex[VectorStore],统一对向量库的操作。除了 add/delete, 添加 upsert/get_by_ids 操作。 - 利用 memoization 重写 FAISS 的缓存功能,只保留写入竞争,解除检索竞争。当磁盘文件更新时自动刷新缓存。 - 参考 llama-index 添加支持更多功能的 TextNode[Document] - 后续:重写 kb_cache 和 kb_service 模块 补充:VectorStoreIndex 本身的许多逻辑是从 kb_service 中抽取出来的,是一个标准的...

### Describe the feature thanks for this charming extension. as described in [local-or-self-hosted-llm-compatible-with-openai](https://github.com/feiskyer/chatgpt-copilot?tab=readme-ov-file#local-or-self-hosted-llm-compatible-with-openai), user can input customized `base_url` & `api_key`, but the model names should be in a fixed list...

enhancement

using sync methods of embeddings in PGVector async methods harms performance.