bal-chatbot / data /vectorstore_config.json
brk9999's picture
Upload folder using huggingface_hub
bd323cc verified
Raw
History Blame Contribute Delete
587 Bytes
{
"dataset_path": "/home/burak/Masaüstü/ChatbotBAL/Dataset/RAG_Dataset_BAL.md",
"embedding_model": "intfloat/multilingual-e5-small",
"chunk_size": 400,
"chunk_overlap": 80,
"output_dir": "/home/burak/Masaüstü/ChatbotBAL/data",
"faiss_index_file": "/home/burak/Masaüstü/ChatbotBAL/data/bal_faiss.index",
"chunks_meta_file": "/home/burak/Masaüstü/ChatbotBAL/data/bal_chunks.json",
"vectorstore_config_file": "/home/burak/Masaüstü/ChatbotBAL/data/vectorstore_config.json",
"total_chunks": 142,
"embedding_dim": 384,
"build_timestamp": "2026-06-29 18:20:19"
}