Files
Christian Tzolov 663a6a356d Rename the ModelClient class hiearchy into Model
- Rename ModelClient into Model. Update all code and doc references.
 - Rename ChatClient to ChatModel. Update all ChatClient suffixes and chatClient fields and variables in code and doc.
 - Rename EmbeddingClient into EmbeddingModel. Update the XxxEmbeddingClient class and variable suffixes and embeddingClient variables and fields in code and docs.
 - Rename ImageClient into ImageModel. ....
 - Rename SpeechClient into SpeechModel ....
 - Rename TranscriptionClient into TranscriptionModel ...
 - Update all javadocs and antora pages. Update the related diagrams.
2024-05-22 14:01:02 +02:00
..

Qdrant Vector Store

Reference Documentation

Run locally

Accessing the Web UI

First, run the Docker container:

docker run -p 6333:6333 -p 6334:6334 \
    -v $(pwd)/qdrant_storage:/qdrant/storage:z \
    qdrant/qdrant

The GUI is available at http://localhost:6333/dashboard

Qdrant references