Spaces:
Runtime error
Runtime error
File size: 364 Bytes
bbd7b76 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
paths:
project: 'code_of_conduct_1'
data_path: './data/code_of_conduct/'
chunking: 'manual'
auto_chunk_file: './data/code_of_conduct/code_of_conduct.csv'
manual_chunk_file: './data/code_of_conduct/code_of_conduct_manual.csv'
pinecone:
index-name: gt-code-of-conduct
sentence-transformers:
model-name: thenlper/gte-base
embedding-dimension: 768
|