eudr_retriever / params.cfg
mtyrrell's picture
updated for test storage module, plus prelim generalized approach to multi data source
08a352f
raw
history blame
347 Bytes
[retriever]
TOP_K = 10
SCORE_THRESHOLD = 0.6
[vectorstore]
TYPE = huggingface_spaces
SPACE_URL = GIZ/audit_data
COLLECTION_NAME = docling
# For future direct Qdrant usage:
# TYPE = qdrant
# HOST = ip address
# PORT = 6333
# COLLECTION_NAME = "collection name"
# API_KEY = api key for source
[embeddings]
MODEL_NAME = BAAI/bge-m3
# DEVICE = cpu