Attributes
- Companion
- class
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
QdrantVectorStore.type
Members list
Type members
Classlikes
Configuration for QdrantVectorStore.
Configuration for QdrantVectorStore.
Value parameters
- apiKey
-
Optional API key
- collectionName
-
Collection name
- host
-
Qdrant host
- https
-
Use HTTPS (default: false for local)
- port
-
Qdrant port (default: 6333)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
Create a QdrantVectorStore from configuration.
Create a QdrantVectorStore from configuration.
Value parameters
- config
-
The store configuration
Attributes
- Returns
-
The vector store or error
Create a QdrantVectorStore from base URL.
Create a QdrantVectorStore from base URL.
Value parameters
- apiKey
-
Optional API key
- baseUrl
-
Base URL for Qdrant API
- collectionName
-
Collection name
Attributes
- Returns
-
The vector store or error
Create a QdrantVectorStore for Qdrant Cloud.
Create a QdrantVectorStore for Qdrant Cloud.
Value parameters
- apiKey
-
API key for authentication
- cloudUrl
-
Qdrant Cloud URL
- collectionName
-
Collection name
Attributes
- Returns
-
The vector store or error
Create a QdrantVectorStore with default local settings.
Create a QdrantVectorStore with default local settings.
Connects to localhost:6333.
Value parameters
- collectionName
-
Collection name (default: "vectors")
Attributes
- Returns
-
The vector store or error