-
Notifications
You must be signed in to change notification settings - Fork 47
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
Adding Springboot example and related support #43
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 , 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 |
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 |
No description provided.
The text was updated successfully, but these errors were encountered: