harshakhmk
harshakhmk
### Description Fixed status code, error responses for Resend Email endpoint and written unit tests Fixes # [625](https://github.com/anitab-org/mentorship-backend/issues/625) ### Type of Change: - Code - Quality Assurance - User Interface...
**Describe the bug** ---- - Emergency button is responding with 500 Internal Server Error and it is unable to send emails with bad credentials, I think we should handle the...
I was wondering if Virtuoso has support of additional SPARQL features which are [Converting Graph Patterns](https://www.w3.org/TR/rdf-sparql-query/#convertGraphPattern), [Basic Graph Pattern Matching](https://www.w3.org/TR/rdf-sparql-query/#BGPsparql), [Evaluation Semantics](https://www.w3.org/TR/rdf-sparql-query/#sparqlAlgebraEval), [SPARQL Algebra](https://www.w3.org/TR/rdf-sparql-query/#sparqlAlgebra), apart from insert, update, delete and...
Hi , I am trying out mnist dataset with rust client, and I have qdrant release code v1.8.1 and built from source with command ``` cargo build cargo run ```...
Hi, I have gone through several optimisation techniques suggested in documentation, basically I am running qdrant standalone server on my linux PC and interacting with server with rust client, I...
Hi, I am experimenting with one of the sample applications [here](https://github.com/towhee-io/examples/blob/afbd207d9e65798d913b8f4eff8ba355000ada84/nlp/text_search/search_article_in_medium.ipynb) and I tried to run it as python file with some syntax changes, but I am getting Results as...
Hi, I am trying to run qdrant standalone application on linux Machine , I am inserting 10k data points, I have observed RAM usage is increased significantly and though I...
Hi, I am exploring the package and was wondering how to generate executable that can run on Andriod for a open source project https://github.com/qdrant/qdrant Not many resources are available Can...
Hi, I am trying to run example sentence embeddings but I was getting error ``` Fail to run custom command for torch-sys v0. 15.0 Error this tch version expect by...
I am exploring mosquito client library and tried out few sample examples, I am wondering if Mqtt5 support is existing?