Zack Saadioui
8/26/2024
1
pom.xml
1
2
3
4
5
6
xml
<dependency>
<groupId>ai.llamaindex</groupId>
<artifactId>llama-index-java</artifactId>
<version>1.0.0</version>
</dependency>
1
VectorStoreIndex
1 2 3
String query = "What is the capital of France?"; String response = index.query(query); System.out.println(response);
Copyright © Arsturn 2025