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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def baseUrl: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product