You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,9 @@ The project uses Spring AI to turn questions about books into a rest function ca
26
26
### Generating code
27
27
The project uses Spring AI to generate test classes. To do that the class to test is provided and the classes the class to test depends on. A test example class can also be provided. The ollama based AI/LLM then gets a prompt with all the information and generates a draft of the source of the test class.
28
28
29
+
### Generating book summaries
30
+
The project uses Spring AI to generate summaries of books. To generate the summaries the chapter headings and the heading after the last chapter have to be provided. Then summaries of the chapters in form of bullet points are generated. A book summary is created of the chapter summaries.
31
+
29
32
## Articles
30
33
*[Using Spring AI with LLMs to generate Java tests](https://angular2guy.wordpress.com/2024/07/15/using-spring-ai-with-llms-to-generate-code/)
31
34
*[Questioning an Image Database with local AI/LLM on Ollama and Spring AI](https://angular2guy.wordpress.com/2024/05/17/questioning-an-image-database-with-ai-llm-and-spring-ai/)
@@ -42,6 +45,7 @@ The project uses Spring AI to generate test classes. To do that the class to tes
42
45
5. It displays the results of the rest api with parameters based on to question.
43
46
6. It displays the results of the questions to the image database.
44
47
7. It generates tests for sources in public Github repositories
48
+
8. It generates book summaries of epub of pdf books.
45
49
46
50
## Mission Statement
47
51
The project shows howto use Spring AI to generate answers based on a provided set of documents with a link to the source. The Angular frontend provides the user interface for the backend and shows the responses.
0 commit comments