File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
src/main/java/org/springframework/ai/openai/samples/helloworld Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ ollama:
123123 models:
124124 - llama3.1
125125 - mxbai-embed-large
126+ - nomic-embed-text
126127nodeSelector:
127128 node.kubernetes.io/instance-type: VM.GPU.A10.1
128129```
@@ -138,9 +139,10 @@ kubectl -n ollama exec svc/ollama -- ollama ls
138139```
139140it should be:
140141```
141- NAME ID SIZE MODIFIED
142- llama3.1:latest 42182419e950 4.7 GB About a minute ago
143- mxbai-embed-large:latest 468836162de7 669 MB About a minute ago
142+ NAME ID SIZE MODIFIED
143+ nomic-embed-text:latest 0a109f422b47 274 MB 3 minutes ago
144+ mxbai-embed-large:latest 468836162de7 669 MB 3 minutes ago
145+ llama3.1:latest a80c4f17acd5 2.0 GB 3 minutes ago
144146```
145147* test a single LLM:
146148```
Original file line number Diff line number Diff line change 7575 <dependency >
7676 <groupId >org.springframework.ai</groupId >
7777 <artifactId >spring-ai-oracle-store-spring-boot-starter</artifactId >
78+ <version >1.0.0-SNAPSHOT</version >
7879 </dependency >
7980 <!-- <dependency>
8081 <groupId>org.springframework.ai</groupId>
Original file line number Diff line number Diff line change 1111import org .springframework .ai .reader .pdf .config .PdfDocumentReaderConfig ;
1212import org .springframework .ai .transformer .splitter .TokenTextSplitter ;
1313import org .springframework .ai .vectorstore .SearchRequest ;
14- import org .springframework .ai .vectorstore .SimpleVectorStore .Similarity ;
1514import org .springframework .ai .vectorstore .VectorStore ;
1615import org .springframework .beans .factory .annotation .Autowired ;
1716import org .springframework .beans .factory .annotation .Qualifier ;
You can’t perform that action at this time.
0 commit comments