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

Add Oracle Cloud Infrastructure (OCI) Generative AI Integration #1556

Open
ahmedkall opened this issue Dec 9, 2024 · 0 comments
Open

Add Oracle Cloud Infrastructure (OCI) Generative AI Integration #1556

ahmedkall opened this issue Dec 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ahmedkall
Copy link

Description
LlamaIndex Python currently supports integration with Oracle Cloud Infrastructure (OCI) Generative AI service, allowing users to leverage both chat and embedding models. It would be valuable to have similar support in the TypeScript/JavaScript version of LlamaIndex.

Current Status

  • Python version has full OCI Generative AI integration
  • TypeScript/JavaScript version currently lacks this integration

Requested Features

  1. Integration with OCI Generative AI service
  2. Support for:
    • Access to pretrained models
    • Chat model integration
    • Embedding model integration
    • Custom model hosting capabilities

Benefits

  • Consistency between Python and TS/JS implementations
  • Enables TypeScript/JavaScript developers to utilize OCI's AI services
  • Provides cloud-based model alternatives for TS/JS projects

Technical Considerations

  • Will need to implement OCI authentication flow
  • Consider creating modular integration similar to other LlamaIndex cloud provider implementations
  • Should follow existing patterns for model integration in LlamaIndex.TS

Related Documentation

  • Python version documentation available for reference
  • OCI Generative AI service documentation can guide implementation

Would you be interested in this feature? Any thoughts on implementation priorities or specific aspects that should be considered?

@ahmedkall ahmedkall added the bug Something isn't working label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant