-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add OctoAI as embedding option in Vector CDK and specifically in Pinecone #4
Comments
@aaronsteers this is first time I am working with this I am not sure about implementation, is this right or not ` class OctaAIEmbedder(OpenAICompatibleEmbedder):
` |
@avirajsingh7 do you want to be assigned to this issue? |
@marcosmarxm I can work on this issue; can somebody confirm the approach? Octa AI has a maximum input of 8191 (check. We can change the chunk_size in LocalAIEmbeddings from the default 1000 to 5000 or 6000. We can either provide a new option for octaAi or provide a chunk_size option to OpenAICompatibleEmbedder that users can set in airbyteUI. |
@marcosmarxm, @aaronsteers I would like to take up this issue, raised PR for #11 |
@btkcodedev - we need to discuss internally if we want this item worked on. Please feel free to pick another item while we figure this out. #5 is a similar item which could be interesting to you. |
Summary
OctoAI is an embedding service focused on high-volume, high-throughput workloads.
Project Description
This feature addition would add OctoAI as a named option - leveraging the base OpenAI-compatible implementation and customizing rate limit to match OctoAI's higher limits.
Definition of Done
Resources to Assist
The text was updated successfully, but these errors were encountered: