Skip to content

Commit

Permalink
feat: structurizr start
Browse files Browse the repository at this point in the history
  • Loading branch information
Angular2Guy committed Dec 31, 2023
1 parent d2cd171 commit 01cfc7e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runStructurizr.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
docker pull structurizr/lite
docker run -it --rm -p 8080:8080 -v ~/git/MovieManager/structurizr:/usr/local/structurizr structurizr/lite
2 changes: 2 additions & 0 deletions structurizr/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/workspace.json
.structurizr/
3 changes: 3 additions & 0 deletions structurizr/workspace.dsl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
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. " {

}

0 comments on commit 01cfc7e

Please sign in to comment.