HuntZhaozq
HuntZhaozq
请问用在langchain中的知识库embedding,使用bge-reranker-large和bge-large有区别吗?我看bge-large只支持中文或英文,而bge-reranker-large能支持双语,是否能直接将bge-large换成bge-reranker-large,来支持双语知识库。
When I want to generate a song. The task lyric-to-melody comes a error. Database has not enough pieces to support ROC. How to solve this problem?
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used...
When I run demo_video.py. The error occurs: ImportError: please install dataloader. Whether it lacks of the file of dataloader.py? Could you please upload it ?
您好,在运行单agent的shopping agent,使用local model的时候,出现了错误 src/agents/Component/ExtraComponent.py, Line77, in func response_message = json.loads(response["function_call"]["arguments"]) KeyError: 'function_call' 请问如何解决呀?
本地部署网络问题
运行提示错误raise error.APIConnectionError( openai.error.APIConnectionError: Error communicating with OpenAI: HTTPSConnectionPool(host='api.openai.com', port=443) 请问是一定要连上互联网才能调用大模型吗?本地无网情况下如何操作?