Skip to content

odedia/pdf-analyzer

Repository files navigation

PDF Analyzer for Tanzu Platform for Cloud Foundry - Powered by Spring AI

PDF Analyzer

This is a simple Spring Boot application that takes an lets you upload a PDF document and ask questions about it using your choise of an embedding model and an LLM.

To begin, create 3 services in the Tanzu Platform for Cloud Foundry marketplace:

  • A GenAI service plan that supports embeddings, called embeddings.
  • A GenAI service plan that supports chat, called genai-chat.
  • A Postgres service plan called postgres.

All that's left to do is:

./mvnw clean package && cf push

Pull requests are welcomed!

Oded S.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published