-
Notifications
You must be signed in to change notification settings - Fork 8
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
Feature: Search capability #22
base: dev
Are you sure you want to change the base?
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 <[email protected]>
Signed-off-by: suryyyansh <[email protected]>
Signed-off-by: suryyyansh <[email protected]>
Signed-off-by: suryyyansh <[email protected]>
Signed-off-by: suryyyansh <[email protected]>
Signed-off-by: suryyyansh <[email protected]>
Signed-off-by: suryyyansh <[email protected]>
Signed-off-by: suryyyansh <[email protected]>
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
search
feature. 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.