weiminw
weiminw
在开发RAG应用是, 用户上传一大批pdf文件, 需要提前知道是什么语言, 再选择使用bge-large-en 或者 bge-large-zh,模型来进行向量化. 请问, BGE是否有多语言的支持, 可以不用提前扫描全部文件来确定是什么语言,调用不同的模型来进行 embedding?
我使用34B-chat和langchain 配合作为一个agent使用。 prompt如下: ``` ou are a friendly Chatbot that having a conversation with a human. You NEVER answer that you are an AI language model. If you don't know...
首先感谢BGE提供的这么强大的模型, 我们在之前的RAG应用中, 对企业的文档通过BGE将资料转成向量存储到milvus中, 用户查询时通过dense retrieve 从milvus召回文档,我们使用的是langchain作为框架. 请问如果用BGE配合使用做 dense+sparse retrieve 有没有例子可以参考. 目前是在不知道如何进行. 万分感谢.
### 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...
您好,我在尝试使用GAN来做3D点云的生成,参考了您的论文,想请教您一个问题。我直接使用MLP来实现一个简单的Discriminator和Generator。来做无条件的3d点云生成,不过多次训练效果都非常不理想,不知道是否是这个思路就不对。非常期待您的指导。参考您的代码我修改后如下: ``` import torch from torch.nn import Conv1d, Sequential, ConvTranspose1d,Linear, Dropout,LeakyReLU, Module, BatchNorm1d, AdaptiveMaxPool1d,AdaptiveAvgPool1d, Upsample, ConvTranspose1d,Tanh,Sigmoid, BCELoss, MaxPool1d, LayerNorm, ConvTranspose1d from torch.optim import Adam import matplotlib.pyplot as plt from pytorch3d.datasets...
### Is there an existing issue for this? - [X] I have searched the existing issues ### What is your question? 现在有一个问题,就是使用 search 对 sparse 字段进行搜索的时候, 如何过滤掉某个阈值下的数据呢? sparse 采用的内积,但是milvus 里面使用...
can i use this tool create a game scene and import to unity as asset. and can i use this scene mesh as base for game development?
### 是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this? - [X] 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions ### 该问题是否在FAQ中有解答? | Is there an...
I follow the tutorial: run "./network.sh up createChannel" run "./network.sh deployCC -ccn basic -ccp ../asset-transfer-basic/chaincode-java -ccl java -cci InitLedger" then got error: Error: endorsement failure during invoke. response: status:500 message:"Undefined...
vllm适配
### Feature request / 功能建议 是否能支持vllm的适配? ### Motivation / 动机 是否能支持vllm的适配? ### Your contribution / 您的贡献 是否能支持vllm的适配?