langchain.js
Preparing search index...
@langchain/community
vectorstores/vectara
VectaraLibArgs
Interface VectaraLibArgs
Interface for the arguments required to initialize a VectaraStore instance.
interface
VectaraLibArgs
{
apiKey
:
string
;
corpusId
:
number
|
number
[]
;
customerId
:
number
;
source
?:
string
;
verbose
?:
boolean
;
}
Index
Properties
api
Key
corpus
Id
customer
Id
source?
verbose?
Properties
api
Key
apiKey
:
string
corpus
Id
corpusId
:
number
|
number
[]
customer
Id
customerId
:
number
Optional
source
source
?:
string
Optional
verbose
verbose
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api
Key
corpus
Id
customer
Id
source
verbose
langchain.js
Loading...
Interface for the arguments required to initialize a VectaraStore instance.