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: can be used as a search server? #199

Open
agori80 opened this issue Apr 15, 2024 · 1 comment
Open

Question: can be used as a search server? #199

agori80 opened this issue Apr 15, 2024 · 1 comment

Comments

@agori80
Copy link

agori80 commented Apr 15, 2024

Given the superb peformance of this Colbert implementation, I am considering integrating this into a search pipeline. There would be a server running and accepting queries from a few users (probably not a very high load, typical enterprise setting). Queries would be executed concurrently.

Does it make sense to use this in such situation or is it just meant for offline usage?

@dineshdharme
Copy link

The official ColBERT implementation has a built-in query server (using Flask), which you can easily query via API requests and does support indexes generated with RAGatouille! This should be enough for most small applications, so long as you can persist the index on disk.

https://github.com/stanford-futuredata/ColBERT

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

No branches or pull requests

2 participants