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