ailoy-web
Preparing search index...
ChromadbVectorStoreArgs
Interface ChromadbVectorStoreArgs
interface
ChromadbVectorStoreArgs
{
collection
?:
string
;
embedding
?:
{
modelId
:
"BAAI/bge-m3"
;
quantization
?:
"q4f16_1"
}
;
type
:
"chromadb"
;
url
:
string
;
}
Hierarchy (
View Summary
)
BaseVectorStoreArgs
ChromadbVectorStoreArgs
Index
Properties
collection?
embedding?
type
url
Properties
Optional
collection
collection
?:
string
Optional
embedding
embedding
?:
{
modelId
:
"BAAI/bge-m3"
;
quantization
?:
"q4f16_1"
}
type
type
:
"chromadb"
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
collection
embedding
type
url
ailoy-web
Loading...