Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

embedding的异步实例化问题 #188

Open
darvsum opened this issue Nov 5, 2024 · 2 comments
Open

embedding的异步实例化问题 #188

darvsum opened this issue Nov 5, 2024 · 2 comments

Comments

@darvsum
Copy link

darvsum commented Nov 5, 2024

1730773685832

存在bug,
async_client报错:
client=self.client.embeddings, async_client=self.async_client.embeddings)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'embeddings'

async_client不一定非要实例化,请增加一个判空处理。

@AniviaTn
Copy link
Collaborator

AniviaTn commented Nov 8, 2024

我们排查了一下这个as_langchain的方法在当前版本下属于冗余的函数,请问您现在是在测试案例中碰到的这个bug还是您实际使用到了这个方法。如果是前者的话我们后续会删除相关测试案例和该方法,后者的话您能描述一下您是在什么场景下用到的这个方法吗,合适的话我们会考虑后续如何保留该方法

@darvsum
Copy link
Author

darvsum commented Nov 8, 2024

我们排查了一下这个as_langchain的方法在当前版本下属于冗余的函数,请问您现在是在测试案例中碰到的这个bug还是您实际使用到了这个方法。如果是前者的话我们后续会删除相关测试案例和该方法,后者的话您能描述一下您是在什么场景下用到的这个方法吗,合适的话我们会考虑后续如何保留该方法

我是在实际使用中碰到的这个问题,当前处理是增加了一个判断async_client是否为空。建议保留。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants