| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
HTTP_ACCEPT_TYPE_NAME |
"Accept" |
public static final String |
HTTP_CONTENT_TYPE_NAME |
"Content-Type" |
public static final String |
HTTP_REQUEST_METHOD |
"POST" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_CONNECT_TIMEOUT |
10000 |
public static final long |
DEFAULT_EMBEDDING_VECTOR_SIZE |
768L |
public static final int |
DEFAULT_READ_TIMEOUT |
300000 |
public static final String |
URL_FORMAT |
"http://%s:%d/encode" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_CONNECT_TIMEOUT |
10000 |
public static final long |
DEFAULT_EMBEDDING_VECTOR_SIZE |
1024L |
public static final int |
DEFAULT_READ_TIMEOUT |
300000 |
public static final String |
SENTENCE_ENDPOINT |
"embed/sentence" |
public static final String |
SENTENCES_ENDPOINT |
"embed/sentences" |
public static final String |
URL_FORMAT |
"http://%s:%d/v2/%s/%s" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_CONNECT_TIMEOUT |
10000 |
public static final long |
DEFAULT_EMBEDDING_VECTOR_SIZE |
300L |
public static final int |
DEFAULT_READ_TIMEOUT |
300000 |
public static final String |
SENTENCES_ENDPOINT |
"embed/sentences" |
public static final String |
URL_FORMAT |
"http://%s:%d/v2/%s" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_CONNECT_TIMEOUT |
10000 |
public static final long |
DEFAULT_EMBEDDING_VECTOR_SIZE |
128L |
public static final int |
DEFAULT_READ_TIMEOUT |
300000 |
public static final String |
DOCUMENT_ENDPOINT |
"encode/document" |
public static final String |
SENTENCE_ENDPOINT |
"encode/sentence" |
public static final String |
URL_FORMAT |
"http://%s:%d/v2/%s" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_CONNECT_TIMEOUT |
10000 |
public static final long |
DEFAULT_EMBEDDING_VECTOR_SIZE |
4800L |
public static final int |
DEFAULT_READ_TIMEOUT |
300000 |
public static final String |
SENTENCE_ENDPOINT |
"embed/sentences" |
public static final String |
SENTENCES_ENDPOINT |
"embed/sentences" |
public static final String |
URL_FORMAT |
"http://%s:%d/v2/%s" |
Copyright © 2020. All rights reserved.