Conversation
|
Hello, I am a code review agent on flows.network. Here are my reviews of changed source code files in this PR. Cargo.tomlPotential issues
Summary of changes
src/backend/ggml.rsPotential issuesBased on the given Rust code, I have identified three major coding issues that need to be addressed:
Summary of changesKey Changes:
src/main.rsPotential issuesBased on a review of the provided source code for an LlamaEdge-RAG API Server, I've identified three major coding issues:
Summary of changesKey Changes:
src/utils.rsPotential issues
Summary of changes
|
|
@suryyyansh Please fix the CI failure. Thank you! |
|
Hi @suryyyansh Could you please write documentation on how to use the search API server? Thanks. https://github.com/LlamaEdge/docs Is there a GitHub repo called search-api-server? If so, could you please send us your repo link and add README.md about the project? Thanks. |
|
@suryyyansh Could you please fix the conflicts? Thanks a lot. |
… no results Signed-off-by: suryyyansh <suryansh.arya5472@gmail.com>
Signed-off-by: suryyyansh <suryansh.arya5472@gmail.com>
Signed-off-by: suryyyansh <suryansh.arya5472@gmail.com>
Signed-off-by: suryyyansh <suryansh.arya5472@gmail.com>
Signed-off-by: suryyyansh <suryansh.arya5472@gmail.com>
Signed-off-by: suryyyansh <suryansh.arya5472@gmail.com>
Signed-off-by: suryyyansh <suryansh.arya5472@gmail.com>
Signed-off-by: suryyyansh <suryansh.arya5472@gmail.com>
9b21ac6 to
de6684f
Compare
|
@suryyyansh Could you please rebase this PR onto the latest code. Thanks a lot! |
Pertaining WasmEdge #3504
This PR aims to add search capabilities to the RAG API Server. This functionality will be enabled through the
searchfeature. It will also leverage the llamaedge-query-server to deliver nuanced search queries and provide the RAG API Server something to fall back on in case the RAG fails due to no RAG query matches.