suryansh
suryansh
Hello, I'd like to work on this. looking at the code, I found that the helm chart is updated in the `ci-latest-helm-chart-release` and `ci-stable-release` workflows in the respective sections. To...
> Hey @suryyyansh are you working on this issue ? Yes
Hey @kranurag7 could you please check my commit?
> Hey @suryyyansh Sorry for getting back a little late here. > > I just skimmed through cert-manager chart and there they use a template approach to bump the chart...
Hey juntao, I'm interested in this Mentorship. When will the pretest and application details be announced? Thanks.
Hey @juntao I had my [PR](https://github.com/LlamaEdge/rag-api-server/pull/5) merged on this [issue](https://github.com/LlamaEdge/rag-api-server/issues/3), and have implemented functionality to assert that the qdrant service is currently active when running the server on my local...
I've managed to implement a search retrieval endpoint that is API agnostic:  I will now be moving onto implementing search as a system prompt in chat.
@juntao I've finished implementing the search-enabled rag-api-server, It's available [here](https://github.com/suryyyansh/search-enabled-rag-llamaedge/). The github actions don't pass because I didn't compile against clippy (It still compiles fine without warnings with `cargo build...
I looked into this using `wasmedge --dump` to check the llvm IR being generated for the `-O0` and `-O1` options. It seems that the replacement of the `load` instruction with...
@yomaytk Getting the same output (generates errors as expected) on WasmEdge 0.14.1 (latest release) OS: Ubuntu 24.04 Architecture: x86_64