li2109 / langtorch

🔥 Building composable LLM applications & workflow with Java.

Home Page:https://knowly-ai.gitbook.io/langtorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding Springboot example and related support

li2109 opened this issue · comments

I'm willing to take up the task. Could you please provide additional details about your specific requirements and the scope of the project? This will help me better understand what needs to be done and how I can contribute effectively. Looking forward to hearing more about your thoughts and ideas.

Hi @pgovindraj ,
Thank you for asking about this. I actually plan to write a chatPDF bot with langtorch and spring boot. However, not all components are ready yet. and i will update this issue if it's ready (probably this week).

The example will allow users to upload a pdf which will then be converted as embeddings stored in pinecone. User can ask question about the pdf which will first convert to embedding too and then query the top K most similar one in the database and put all of them into the prompt and let the LLM answer the question.

Not sure if you are interested in this or not?

BTW, please join our discord server if you would like to contribute: https://discord.com/invite/BUSyZQAPvm

Hi @li2109
Thanks for your response. Yes, I would be interested to contribute.

Awesome! Will let you know when it's ready

Hello,

I created a simple Langtorch integration using Spring Boot.

Hope it could be helpful.

https://github.com/Tudor44/demo-application-ai-spring-langtorch