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

Can not delete a "blank" kv namespace #54

Closed
seanxuu opened this issue Feb 8, 2024 · 5 comments
Closed

Can not delete a "blank" kv namespace #54

seanxuu opened this issue Feb 8, 2024 · 5 comments

Comments

@seanxuu
Copy link

seanxuu commented Feb 8, 2024

  1. I came across this problem when I tried to create a new kv namespace. It seems like a "blank" kv namespace there.
image
  1. When I tried to delete this one, I got the message:
image
@Yangqing
Copy link
Contributor

Yangqing commented Feb 8, 2024

Sorry, this is a bug in the backend, and we will fix it asap - cc @xiang90 @ccding FYI. I think we have an internal PR pending already.

@Yangqing
Copy link
Contributor

Yangqing commented Feb 8, 2024

https://github.com/leptonai/lepton/pull/6092 (although this is probably internal)

@ccding
Copy link

ccding commented Feb 9, 2024

@seanxuu this should have been fixed. Please reopen the issue if you see any additional issues. Thanks for the bug report

@ccding ccding closed this as completed Feb 9, 2024
@seanxuu
Copy link
Author

seanxuu commented Feb 9, 2024

@seanxuu this should have been fixed. Please reopen the issue if you see any additional issues. Thanks for the bug report

Thanks a lot. But I met another bug.

When I use google as the search engine, whether deployed in lepton or locally, it does not work. Specifically, an error is reported after the search is completed.

I mentioned that another user reported that before: #51

Then I check the python code and I find the error happens after this '''yield'''
image

Interestingly, when I use Bing to search, it works fine. I infer that the format returned by Google may not be processed well.

@seanxuu
Copy link
Author

seanxuu commented Feb 9, 2024

@seanxuu this should have been fixed. Please reopen the issue if you see any additional issues. Thanks for the bug report

Thanks a lot. But I met another bug.

When I use google as the search engine, whether deployed in lepton or locally, it does not work. Specifically, an error is reported after the search is completed.

I mentioned that another user reported that before: #51

Then I check the python code and I find the error happens after this '''yield''' image

Interestingly, when I use Bing to search, it works fine. I infer that the format returned by Google may not be processed well.

Solved by #49

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

3 participants