mirror of
https://github.com/hwchase17/langchain
synced 2024-11-08 07:10:35 +00:00
12 lines
173 B
YAML
12 lines
173 B
YAML
|
text:
|
||
|
- name: content
|
||
|
- name: source
|
||
|
numeric:
|
||
|
- name: start_index
|
||
|
vector:
|
||
|
- name: content_vector
|
||
|
algorithm: HNSW
|
||
|
datatype: FLOAT32
|
||
|
dims: 384
|
||
|
distance_metric: COSINE
|