spring-ai icon indicating copy to clipboard operation
spring-ai copied to clipboard

Verify native (AOT) support for Spring AI Models

Open tzolov opened this issue 1 year ago • 0 comments
trafficstars

Test the AOT support for the implemented models and adjust the AOT hints if needed.

  • [x] OpenAI - https://github.com/tzolov/spring-ai-aot-tests/tree/main/openai-aot-demo
  • [x] Azure OpenAI - https://github.com/tzolov/spring-ai-aot-tests/tree/main/azure-openai-aot-demo
  • [x] Amazon Bedrok
    • [x] Llama2 - https://github.com/tzolov/spring-ai-aot-tests/tree/main/bedrock-llama2-aot-demo
    • [x] Cohere - https://github.com/tzolov/spring-ai-aot-tests/tree/main/bedrock-cohere-aot-demo
    • [x] Titan - https://github.com/tzolov/spring-ai-aot-tests/tree/main/bedrock-titan-aot-demo
    • [x] Anthropic - https://github.com/tzolov/spring-ai-aot-tests/tree/main/bedrock-anthropic-aot-demo
    • [x] Anthropic3 - https://github.com/tzolov/spring-ai-aot-tests/tree/main/bedrock-anthropic3-aot-demo
    • [x] Jurassic2 - https://github.com/tzolov/spring-ai-aot-tests/tree/main/bedrock-jurassic2-aot-demo
  • [x] Google Vertex AI
    • [x] Google Vertex AI PaLM2 - https://github.com/tzolov/spring-ai-aot-tests/tree/main/vertexai-palm2-aot-demo
    • [x] Google Vertex AI Gemini - https://github.com/tzolov/spring-ai-aot-tests/tree/main/vertexai-gemini-aot-demo
  • [x] Ollama - https://github.com/tzolov/spring-ai-aot-tests/tree/main/ollama-aot-demo
  • [ ] Transformers Embedding - https://github.com/tzolov/spring-ai-aot-tests/tree/main/transformers-onnx-aot-demo
    GraalVM blocker issue: https://github.com/oracle/graal/issues/8431
  • [ ] PostgresML
  • [ ] StabilityAI
  • [x] Mistral AI - https://github.com/tzolov/spring-ai-aot-tests/tree/main/mistralai-aot-demo
  • [x] Anthropic3 - https://github.com/tzolov/spring-ai-aot-tests/tree/main/anthropic-aot-demo

tzolov avatar Feb 25 '24 16:02 tzolov