yashksaini-coder

Results 16 issues of yashksaini-coder

### Short description of current behavior The list_models returns an empty list, when executed. ### Video or screenshots ![Image](https://github.com/user-attachments/assets/44f260a6-92a2-4a49-9e64-4caec6ce4637) ### Expected behavior _No response_ ### How to reproduce the error...

bug

### Short description of current behavior In my CLI app, when the commands are exectued and the original `mindsdb_sdk` is used to invoke the function, sometimes it crashes and spits...

bug

### Short description of current behavior Sometimes the Mindsdb AI assistant does not respond to the queries, it just takes the message and do nothing. Happening a lot, and no...

bug

### Short description of current behavior I tried using pinecone, after pgvector failure. and although the creation was successful. when I tried to insert data. I got a HTTP response...

bug

**Fixes: #98** This pull request improves the parsing logic for multiaddresses, specifically enhancing validation for tag-only protocols (protocols that do not accept values). The changes ensure that these protocols correctly...

Tag-only protocols in multiaddr (such as `/webrtc`, `/webrtc-direct`, `/noise`, `/quic`, `/http`, etc) are protocols that should **not** be followed by any argument or value. For example, `/webrtc` is valid, but...