Skip to content

Commit b468e25

Browse files
SandraAhlgrimmsinedied
authored andcommitted
docs: change order in java ingestion
1 parent 9b2f5a9 commit b468e25

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/sections/java-quarkus/05-ingestion-full.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -202,13 +202,6 @@ You should see the collection in the dashabord:
202202

203203
![Collection listed in the Qdrant dashboard](./assets/qdrant-dashboard-collection.png)
204204

205-
You can also use a few cUrl commands to visualize the collection:
206-
207-
```bash
208-
curl http://localhost:6333/collections
209-
curl http://localhost:6333/collections/kbindex | jq
210-
```
211-
212205
Once Qdrant is started and the collection is created, you can run the ingestion process by opening a new terminal and running the following Maven command under the `src/ingestion-java` folder. This will compile the code and run the ingestion process by running `DocumentIngestor`:
213206

214207
```bash
@@ -239,6 +232,13 @@ You should see the collection named `kbindex` in the list:
239232

240233
![Screenshot of the Qdrant dashboard](./assets/qdrant-dashboard.png)
241234

242-
You can select that collection and browse it. You should see the entries that were created by the ingestion process. Documents are split into multiple overlapping sections to improve the search results, so you should see multiple entries for each document.
235+
Select that collection and browse it. You should see the entries that were created by the ingestion process. Documents are split into multiple overlapping sections to improve the search results, so you should see multiple entries for each document.
236+
237+
You can also use a few cUrl commands to visualize the collection:
238+
239+
```bash
240+
curl http://localhost:6333/collections
241+
curl http://localhost:6333/collections/kbindex | jq
242+
```
243243

244244
Keep the services running, as we'll use them in the next section.

0 commit comments

Comments
 (0)