org.llm4s.vectorstore.VectorStoreFactory.Config
See theConfig companion class
object Config
Attributes
Members list
Type members
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Configuration for pgvector.
Configuration for pgvector.
Value parameters
- connectionString
-
JDBC connection string (jdbc:postgresql://...)
- tableName
-
Optional table name (default: "vectors")
Attributes
Configuration for local Qdrant.
Configuration for local Qdrant.
Value parameters
- collectionName
-
Collection name (default: "vectors")
- port
-
Qdrant port (default: 6333)
Attributes
Configuration for Qdrant Cloud.
Configuration for Qdrant Cloud.
Value parameters
- apiKey
-
Qdrant API key
- cloudUrl
-
Qdrant cloud URL (e.g., https://xxx.qdrant.io)
- collectionName
-
Collection name (default: "vectors")
Attributes
In this article