Skip to content

Commit 1fb16e6

Browse files
committed
docs: fix ingestion order
1 parent 03b0b85 commit 1fb16e6

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

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

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -99,20 +99,7 @@ Let's now execute this process. First, you need to make sure you have Qdrant run
9999
docker compose up qdrant
100100
```
101101

102-
This will start Qdrant locally. Make sure you can access the Qdrant dashboard at the URL http://localhost:6333/dashboard.
103-
104-
You should see the collection in the dashabord:
105-
106-
![Collection listed in the Qdrant dashboard](./assets/qdrant-dashboard-collection.png)
107-
108-
You can also use a few cUrl commands to visualize the collection:
109-
110-
```bash
111-
curl http://localhost:6333/collections
112-
curl http://localhost:6333/collections/kbindex
113-
```
114-
115-
Once Qdrant is started and the collection is created, you can run the ingestion process by opening a new terminal and running the following commands. This will compile the code and run the ingestion server:
102+
This will start Qdrant locally. Now we'll start the ingestion process by opening a new terminal and running the following commands. This will compile the code and run the ingestion server:
116103

117104
```bash
118105
cd src/ingestion

0 commit comments

Comments
 (0)