Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- afterPropertiesSet() - Method in class org.springframework.ai.vectorstore.qdrant.QdrantVectorStore
B
- build() - Method in class org.springframework.ai.vectorstore.qdrant.QdrantVectorStore.Builder
-
Builds and returns a new QdrantVectorStore instance with the configured settings.
- builder(QdrantClient, EmbeddingModel) - Static method in class org.springframework.ai.vectorstore.qdrant.QdrantVectorStore
-
Creates a new QdrantBuilder instance.
C
- collectionName(String) - Method in class org.springframework.ai.vectorstore.qdrant.QdrantVectorStore.Builder
-
Configures the Qdrant collection name.
- createObservationContextBuilder(String) - Method in class org.springframework.ai.vectorstore.qdrant.QdrantVectorStore
D
- DEFAULT_COLLECTION_NAME - Static variable in class org.springframework.ai.vectorstore.qdrant.QdrantVectorStore
- doAdd(List<Document>) - Method in class org.springframework.ai.vectorstore.qdrant.QdrantVectorStore
-
Adds a list of documents to the vector store.
- doDelete(List<String>) - Method in class org.springframework.ai.vectorstore.qdrant.QdrantVectorStore
-
Deletes a list of documents by their IDs.
- doDelete(Filter.Expression) - Method in class org.springframework.ai.vectorstore.qdrant.QdrantVectorStore
- doSimilaritySearch(SearchRequest) - Method in class org.springframework.ai.vectorstore.qdrant.QdrantVectorStore
-
Performs a similarity search on the vector store.
G
- getNativeClient() - Method in class org.springframework.ai.vectorstore.qdrant.QdrantVectorStore
I
- initializeSchema(boolean) - Method in class org.springframework.ai.vectorstore.qdrant.QdrantVectorStore.Builder
-
Configures whether to initialize the collection schema.
O
- org.springframework.ai.vectorstore.qdrant - package org.springframework.ai.vectorstore.qdrant
-
Provides the API for embedding observations.
Q
- QdrantVectorStore - Class in org.springframework.ai.vectorstore.qdrant
-
Qdrant vectorStore implementation.
- QdrantVectorStore(QdrantVectorStore.Builder) - Constructor for class org.springframework.ai.vectorstore.qdrant.QdrantVectorStore
-
Protected constructor for creating a QdrantVectorStore instance using the builder pattern.
- QdrantVectorStore.Builder - Class in org.springframework.ai.vectorstore.qdrant
-
Builder for creating instances of
QdrantVectorStore.
All Classes and Interfaces|All Packages|Constant Field Values