v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.10
LangChain.js
langchain-community/vectorstores/faiss
FaissLibArgs
Interface FaissLibArgs
Interface for the arguments required to initialize a FaissStore instance.
interface
FaissLibArgs
{
docstore
?:
any
;
index
?:
IndexFlatL2
;
mapping
?:
Record
<
number
,
string
>
;
}
Index
Properties
docstore?
index?
mapping?
Properties
Optional
docstore
docstore
?:
any
Optional
index
index
?:
IndexFlatL2
Optional
mapping
mapping
?:
Record
<
number
,
string
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
docstore
index
mapping
LangChain.js - v0.2.10
Loading...
Interface for the arguments required to initialize a FaissStore instance.