v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@langchain/redis
CustomSchemaField
Interface CustomSchemaField
Interface for custom schema field definitions
interface
CustomSchemaField
{
CASESENSITIVE
?:
true
;
NOINDEX
?:
boolean
;
NOSTEM
?:
true
;
SEPARATOR
?:
string
;
SORTABLE
?:
boolean
|
"UNF"
;
WEIGHT
?:
number
;
required
?:
boolean
;
type
:
SchemaFieldTypes
;
}
Index
Properties
CASESENSITIVE?
NOINDEX?
NOSTEM?
SEPARATOR?
SORTABLE?
WEIGHT?
required?
type
Properties
Optional
CASESENSITIVE
CASESENSITIVE
?:
true
Optional
NOINDEX
NOINDEX
?:
boolean
Optional
NOSTEM
NOSTEM
?:
true
Optional
SEPARATOR
SEPARATOR
?:
string
Optional
SORTABLE
SORTABLE
?:
boolean
|
"UNF"
Optional
WEIGHT
WEIGHT
?:
number
Optional
required
required
?:
boolean
type
type
:
SchemaFieldTypes
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
CASESENSITIVE
NOINDEX
NOSTEM
SEPARATOR
SORTABLE
WEIGHT
required
type
LangChain.js
Loading...
Interface for custom schema field definitions