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]: Besides conversation_api, are we going to have retrieval_api? #490

Open
yiouyou opened this issue Apr 22, 2024 · 0 comments
Open
Labels

Comments

@yiouyou
Copy link

yiouyou commented Apr 22, 2024

Describe your problem

In api/apps/chunk_app.py, there is a retrieval function as below:

@manager.route('/retrieval_test', methods=['POST'])
@login_required
@validate_request("kb_id", "question")
def retrieval_test():
...

Are we going to have the retrieval_api as conversation_api?

Thanks

@yiouyou yiouyou added the question Further information is requested label Apr 22, 2024
@KevinHuSh KevinHuSh added Feature and removed question Further information is requested labels Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants