LICENSE
README.md
pyproject.toml
chATLAS_Embed/Document.py
chATLAS_Embed/DocumentChunker.py
chATLAS_Embed/DocumentLoaders.py
chATLAS_Embed/EmbeddingModels.py
chATLAS_Embed/LangChainVectorStore.py
chATLAS_Embed/TextSplitters.py
chATLAS_Embed/TwikiProcessors.py
chATLAS_Embed/VectorStoreManager.py
chATLAS_Embed/VectorStores.py
chATLAS_Embed/__init__.py
chATLAS_Embed/custom_stop_words.py
chATLAS_Embed/update_database.py
chATLAS_Embed/util.py
chATLAS_Embed.egg-info/PKG-INFO
chATLAS_Embed.egg-info/SOURCES.txt
chATLAS_Embed.egg-info/dependency_links.txt
chATLAS_Embed.egg-info/requires.txt
chATLAS_Embed.egg-info/top_level.txt
chATLAS_Embed/DatabaseManager/__init__.py
chATLAS_Embed/DatabaseManager/database_manager.py
chATLAS_Embed/finetune/benchmark.py
chATLAS_Embed/finetune/benchmark_all.py
chATLAS_Embed/finetune/benchmark_chunk_sizes.py
chATLAS_Embed/finetune/benchmark_metadata_impact.py
chATLAS_Embed/finetune/finetune.py
chATLAS_Embed/finetune/generate.py
chATLAS_Embed/finetune/merge_json.py
chATLAS_Embed/finetune/mine_hard_negatives.py
chATLAS_Embed/finetune/openai_client.py
chATLAS_Embed/finetune/prompts.py
chATLAS_Embed/finetune/push_to_hf.py
chATLAS_Embed/finetune/split_json_file.py
chATLAS_Embed/process_md/__init__.py
chATLAS_Embed/process_md/admonitions.py
chATLAS_Embed/process_md/analyse_chunks.py
chATLAS_Embed/process_md/chunker.py
chATLAS_Embed/process_md/content_tabs.py
chATLAS_Embed/process_md/data_structures.py
chATLAS_Embed/process_md/html_utils.py
chATLAS_Embed/process_md/long_tokens.py
chATLAS_Embed/process_md/preprocess.py
chATLAS_Embed/process_md/split_text.py
chATLAS_Embed/process_md/structural_blocks.py
tests/__init__.py
tests/test_db_build_query_dumped.py
tests/test_db_build_query_scraped_twiki.py
tests/test_db_complex.py
tests/test_db_markdown.py
tests/test_db_simple.py
tests/test_document.py
tests/test_text_splitters.py
tests/DatabaseManager/test_cern_connection.py
tests/DatabaseManager/test_readonly_user.py
tests/process_md/test_admonitions.py
tests/process_md/test_chunker.py
tests/process_md/test_content_tabs.py
tests/process_md/test_long_tokens.py
tests/process_md/test_md_process.py
tests/process_md/test_split_text.py
tests/process_md/test_structural_blocks.py