Skip to content

Commit ef2fb4c

Browse files
committed
Wording
1 parent bc42679 commit ef2fb4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sections/qdrant/04-vector-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ On Azure, you can run the vector databases listed above, or use specific Azure s
3232

3333
[Qdrant](https://qdrant.tech/) is an open-source vector database that is easy to use and deploy. The core of Qdrant is a vector similarity search engine that provides a production-ready service with a convenient API to store, search, and manage vectors with an additional payload. You can think of the payloads as additional pieces of information that can help you hone in on your search and also receive useful information that you can give to your users.
3434

35-
For this workshop, we'll use Qdrant as our vector database as it works well with JavaScript and can run locally in Docker. For the RAG use-case, most vector databases will work in a similar way.
35+
For this workshop, we'll use Qdrant as our vector database as it works well with Java and can run locally in Docker. For the RAG use-case, most vector databases will work in a similar way.
3636

3737
### Running Qdrant locally
3838

0 commit comments

Comments
 (0)