mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-24 07:55:07 +01:00
25 lines
No EOL
938 B
YAML
25 lines
No EOL
938 B
YAML
content-type:
|
|
# The /data/folder/ prefix to the folders is here because this is
|
|
# the directory to which the local files are copied in the docker-compose.
|
|
# If changing, the docker-compose volumes should also be changed to match.
|
|
panchayat :
|
|
input-files: null
|
|
input-filter: "/data/panchayat/*.yaml"
|
|
compressed-jsonl: "/data/embeddings/new/panchyat.jsonl.gz"
|
|
embeddings-file: "/data/embeddings/new/panchayat_embeddings.pt"
|
|
|
|
search-type:
|
|
symmetric:
|
|
encoder: "sentence-transformers/all-MiniLM-L6-v2"
|
|
cross-encoder: "cross-encoder/ms-marco-MiniLM-L-6-v2"
|
|
model_directory: "/data/models/symmetric"
|
|
|
|
asymmetric:
|
|
encoder: "sentence-transformers/multi-qa-MiniLM-L6-cos-v1"
|
|
cross-encoder: "cross-encoder/ms-marco-MiniLM-L-6-v2"
|
|
model_directory: "/data/models/asymmetric"
|
|
|
|
processor:
|
|
#conversation:
|
|
# openai-api-key: null
|
|
# conversation-logfile: "/data/embeddings/conversation_logs.json" |