langchain.js
Preparing search index...
@langchain/community
vectorstores/turbopuffer
TurbopufferParams
Interface TurbopufferParams
interface
TurbopufferParams
{
apiKey
?:
string
;
apiUrl
?:
string
;
batchSize
?:
number
;
distanceMetric
?:
TurbopufferDistanceMetric
;
namespace
?:
string
;
}
Hierarchy (
View Summary
)
BaseDynamicToolInput
TurbopufferParams
Index
Properties
api
Key?
api
Url?
batch
Size?
distance
Metric?
namespace?
Properties
Optional
api
Key
apiKey
?:
string
Optional
api
Url
apiUrl
?:
string
Optional
batch
Size
batchSize
?:
number
Optional
distance
Metric
distanceMetric
?:
TurbopufferDistanceMetric
Optional
namespace
namespace
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api
Key
api
Url
batch
Size
distance
Metric
namespace
langchain.js
Loading...