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: structurizr/workspace.dsl
+11-4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
workspace "AIDocumentLibraryChat""A project to show howto use SpringAI with OpenAI to chat with the documents in a library. Documents are stored in a normal/vector database. The AI is used to create embeddings from documents that are stored in the vector database. The vector database is used to query for the nearest document. That document is used by the AI to generate the answer. " {
aiModel = container "OpenAI/Ollama AI Model""The AI Model provides the Embeddings(OpenAI) and Answers to the questions based on the documents. The OpenAI is an external model Ollama is a local model."
6
9
aiDocumentLibraryChat = container "AIDocumentLibraryChat""Angular Frontend and Spring Boot Backend integrated." {
@@ -25,12 +28,16 @@ workspace "AIDocumentLibraryChat" "A project to show howto use SpringAI with Ope
25
28
#databaseSystem = softwareSystem "Postgresql Db""Postgresql relational and vector data database"
26
29
27
30
# relationships people / software systems
28
-
user -> aiDocumentLibraryChatSystem "ask questions about documents"
31
+
#user -> aiDocumentLibraryChatSystem "ask questions about documents"
0 commit comments