v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.10
LangChain.js
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
api
Key
:
string
corpus
Id
corpus
Id
:
number
|
number
[]
customer
Id
customer
Id
:
number
Optional
source
source
?:
string
Optional
verbose
verbose
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
api
Key
corpus
Id
customer
Id
source
verbose
LangChain.js - v0.2.10
Loading...
Interface for the arguments required to initialize a VectaraStore instance.