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

implement a Rust version of the API #16

Open
linkedlist771 opened this issue Apr 13, 2024 · 2 comments
Open

implement a Rust version of the API #16

linkedlist771 opened this issue Apr 13, 2024 · 2 comments

Comments

@linkedlist771
Copy link

Hi, I have also build a similar embeeding project like yours which also provide a OpenAI version embeeding usage. embedding-server-github

But I found the inference speed on Python is not that good, so I want to have a Rust implementation version of it. I wonder weather you guys interested in it.

@linkedlist771
Copy link
Author

Also I found the API uses a global model to provide the service, it could make my life easier to have a balancer.

@limcheekin
Copy link
Owner

@linkedlist771 Thanks for writing. feel free to port it to Rust. My plate is full. For the balancer, I think nginx will get the job done, right?

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