Config
org.llm4s.vectorstore.QdrantVectorStore.Config
final case class Config(host: String, port: Int, collectionName: String, apiKey: Option[String], https: Boolean)
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
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article