Lingzhen Chen
Lingzhen Chen
Hello, there is a previous PR [#13472]( https://github.com/langchain-ai/langchain/pull/13472) that provided some partial fix to the `AzureSearch` class but did not fully update the dependency. Now calling class as vector store...
@efriis Thanks for the reply 😊 What does that mean for this PR? Should I keep the changes I made in `libs/community/langchain_community/vectorstores/azuresearch.py` without updating the dependencies in `libs/langchain/pyproject.toml` and `libs/langchain/poetry.lock`?...
@efriis Could you give me some pointers on what I should do with this? As of now, the `AzureSearch` class in `libs/community/langchain_community/vectorstores/azuresearch.py` doesn't work with `azure-search-documents` version 11.4.0, which has...
@fabmeyer Did you find a solution for this? I'm also getting this in `StreamlitCallbackHandler `.
@csukuangfj 想请问一下有没有用triton inference server来serve `sherpa-onnx-nemo-parakeet-tdt-0.6b-v3-int8` 或者类似模型的例子呀?[这里](https://k2-fsa.github.io/sherpa/triton/server/index.html#deploy-streaming-asr-models-with-onnx) 说用 ``` cd sherpa/triton/ bash scripts/start_streaming_server.sh ``` 但是我看 `triton/scripts`下并没有`start_streaming_server.sh`
> [@lz-chen](https://github.com/lz-chen) 目前没有。 > > 其实,这个模型用 cpu 也很快. @csukuangfj 确实!但是我们现在的一个项目是用triton server host `nemo/parakeet-tdt-0.6b-v3`, 用的python backend, 在考换成onnx. 请问这里 [build_librispeech_pruned_transducer_stateless7_streaming.sh](https://github.com/k2-fsa/sherpa/blob/master/triton/scripts/build_librispeech_pruned_transducer_stateless7_streaming.sh) 或者 [python-api-examples](https://github.com/k2-fsa/sherpa-onnx/tree/master/python-api-examples) 这里有可以参考的代码吗?😊
Same error here with uv and `tritonclient>=2.61.0`
> This is expected behavior as perf_analyzer binary is supported only for the platforms mentioned in the error you are seeing. Thanks @ganeshku1:) That makes sense. But why does tritonclient...