Skip to content
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

[Question]: Is there an endpoint that we could ping that would only give us back the retrieved chunks? #2476

Closed
wolfassi123 opened this issue Sep 18, 2024 · 1 comment
Labels
question Further information is requested

Comments

@wolfassi123
Copy link

Describe your problem

I was wondering if there is any endpoint that can be pinged that would give us the chunks needed to answer the question.
It would great if it can be done as it would an easier way for evaluation and in case there was any locally deployed LLM we can still use RAGFlow for the retrieval part but use the local LLM to generate the answer from the chunks.

@wolfassi123 wolfassi123 added the question Further information is requested label Sep 18, 2024
@KevinHuSh
Copy link
Collaborator

KevinHuSh commented Sep 18, 2024

POST /v1/api/retrieval

Mandatory parameters:

  • kb_ids
  • question

Authorization reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants