ragtest-sakimilo / config /model_config.yml
lingyit1108's picture
tweak the vision_api prompt, create configuration files, minor tweak to main script
e29216a
raw
history blame
487 Bytes
input_data:
source:
- './raw_documents/qna.txt'
- './raw_documents/HI Chapter Summary Version 1.3.pdf'
- './raw_documents/conversation_examples.txt'
- './raw_documents/HI_Knowledge_Base.pdf'
- './raw_documents/answers.txt'
embeddings:
embedding_base_model: 'BAAI/bge-small-en-v1.5'
fine_tuned_embedding_model: 'local:models/fine-tuned-embeddings'
vector_store:
persisted_path: './models/chroma_db'
questionaire_data:
db_path: './database/mock_qna.sqlite'