cristianohello

Results 91 issues of cristianohello

下面的代码应该怎么修改? from langchain.text_splitter import CharacterTextSplitter import re from typing import List class ChineseTextSplitter(CharacterTextSplitter): def __init__(self, pdf: bool = False, **kwargs): super().__init__(**kwargs) self.pdf = pdf def split_text(self, text: str) -> List[str]:...

bug

运行cli_demo.py。是本地的txt文件太大了吗?100M左右。

bug

![5ufBSWxLyF](https://github.com/imClumsyPanda/langchain-ChatGLM/assets/109277248/70e2fbac-5699-48d0-b0d1-3dc84fd042c2) 这个可以访问! 下面这个域名无法访问: ![ILSXvKVNm6](https://github.com/imClumsyPanda/langchain-ChatGLM/assets/109277248/086f7fc5-ea94-43bc-85f3-5b08312049fa)

bug

![image](https://github.com/imClumsyPanda/langchain-ChatGLM/assets/109277248/aed8fd53-fd4c-43a5-9ceb-6b595469ef3a) 运行cli_demo.py。是本地的txt文件太大了吗?100M左右。

bug

支持多用户的话,最多支持多少用户问答?根据硬件而定吧?

bug

**问题描述 / Problem Description** 用简洁明了的语言描述这个问题 / Describe the problem in a clear and concise manner. **复现问题的步骤 / Steps to Reproduce** 1. 执行 '...' / Run '...' 2. 点击 '...' /...

bug

请教个问题,有没有人知道cuda11.4是否支持???

bug

api.py部署后,使用下面的请求,时间较慢,好像是单线程,如何改为多线程部署api.py: curl -X 'POST' \ 'http://110.192.0.1/chat-docs/chat' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{ "knowledge_base_id": "string", "question": "你好", "history":[] }'

bug