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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ The project uses Spring Boot with Spring AI to question a image database that us
21
21
The project uses Spring AI to turn questions with a LLMs into Sql queries and display the result in the frontend. Based on metadata that is provided for the relational dataset the LLM is able to create embeddings for the metadata of the tables and columns. The project also creates embeddings for the content of certain columns to be able to decide if the column should be used as join in the Sql query. With that embedding metadata the LLM is able to turn a question in a reasonable Sql query and display the result in the frontend. The frontend uses a Angular Material Table with a flexible amount of columns and rows.
22
22
23
23
### Function calls for book search
24
-
The project uses Spring AI to turn questions about books into a rest function call to the OpenLibrary Api. It uses the Ollama Mixtral model to take the parameters from the question and turn them in a Json format that can be used to call the Api.
24
+
The project uses Spring AI to turn questions about books into a rest function call to the OpenLibrary Api. It uses the Llama3.1 model and the Spring AI function calling api. The api response is used to create the response.
25
25
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.
@@ -42,7 +42,7 @@ The project uses Spring AI to generate summaries of books. To generate the summa
42
42
2. It uploads new documents and creates the embeddings.
43
43
3. It provides a chat box and shows the AI answers based on the nearest document with a link.
44
44
4. It displays the result of the Sql query based on the question.
45
-
5. It displays the results of the rest api with parameters based on to question.
45
+
5. It displays the responses based on the results of the api requested based on the user question.
46
46
6. It displays the results of the questions to the image database.
47
47
7. It generates tests for sources in public Github repositories
48
48
8. It generates book summaries of epub of pdf books.
0 commit comments