-
Notifications
You must be signed in to change notification settings - Fork 537
Description
Did you check docs and existing issues?
- I have read all the NeMo-Guardrails docs
- I have updated the package to the latest version before submitting this issue
- (optional) I have used the develop branch
- I have searched the existing issues of NeMo-Guardrails
Python version (python --version)
Python 3.11.9
Operating system/version
windows 11
NeMo-Guardrails version (if you must use a specific version and not the latest
0.12.0
Describe the bug
For Dialog Rails, It is making a lot of API calls to embedding endpoints and most of times it gives index not built , built index before searching,
how should i avoid those embedding calls and prevent this error on server.
As i need to restart to resolve this issue
Steps To Reproduce
For Dialog Rails, It is making a lot of API calls to embedding endpoints and most of times it gives index not built , built index before searching,
how should i avoid those embedding calls and prevent this error on server.
As i need to restart to resolve this issue
Expected Behavior
For Dialog Rails, It shoould make those number of embedding api call, and should try to build index which is result in error
Actual Behavior
For Dialog Rails, It is making a lot of API calls to embedding endpoints and most of times it gives index not built , built index before searching,
how should i avoid those embedding calls and prevent this error on server.
As i need to restart to resolve this issue