Spaces:
Running
Running
tweak the vision_api prompt, create configuration files, minor tweak to main script
e29216a
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' |