li2109 / langtorch

🔥 Building composable LLM applications & workflow with Java.
https://knowly-ai.gitbook.io/langtorch
Apache License 2.0
290 stars 45 forks source link

Adding Springboot example and related support #43

Open li2109 opened 1 year ago

pgovindraj commented 1 year ago

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.

li2109 commented 1 year ago

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?

li2109 commented 1 year ago

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

pgovindraj commented 1 year ago

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

li2109 commented 1 year ago

Awesome! Will let you know when it's ready

Tudor44 commented 1 year ago

Hello,

I created a simple Langtorch integration using Spring Boot.

Hope it could be helpful.

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